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:
parent
f6e2a200ca
commit
f414c8cc97
6 changed files with 150 additions and 176 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue