mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 20:57:46 +00:00
Remove other debug message when loading a mdl
This commit is contained in:
parent
aeed62fb4c
commit
ddda9bc598
1 changed files with 0 additions and 2 deletions
|
@ -337,8 +337,6 @@ impl MDL {
|
|||
};
|
||||
|
||||
let to_seek = 17 * 8 - (declaration.elements.len() + 1) * 8;
|
||||
println!("now seeking {to_seek}!");
|
||||
|
||||
cursor.seek(SeekFrom::Current(to_seek as i64));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue