1
Fork 0
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:
Joshua Goins 2022-07-28 14:17:50 -04:00
parent aeed62fb4c
commit ddda9bc598

View file

@ -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));
}