1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

cleanup and updates

This commit is contained in:
Robin Appelman 2024-08-29 00:01:42 +02:00
commit f414c8cc97
6 changed files with 150 additions and 176 deletions

View file

@ -17,14 +17,5 @@ fn main() -> Result<(), vbsp::BspError> {
}
}
// for prop in bsp.static_props() {
// dbg!(prop.deref());
// dbg!(prop.model());
// }
// for tex in bsp.textures() {
// println!("{}", tex.name());
// }
Ok(())
}