mirror of
https://github.com/redstrate/Physis.git
synced 2025-06-06 14:47:46 +00:00
Remove some more debug messages
This commit is contained in:
parent
d5b3b8a468
commit
58c3e15e2c
3 changed files with 1 additions and 6 deletions
|
@ -509,8 +509,7 @@ impl Layer {
|
|||
))
|
||||
.unwrap();
|
||||
|
||||
let instance_object = InstanceObject::read(&mut cursor).unwrap();
|
||||
println!("{:#?}", instance_object);
|
||||
InstanceObject::read(&mut cursor).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -353,7 +353,6 @@ struct ModelData {
|
|||
#[br(count = padding_amount)]
|
||||
unknown_padding: Vec<u8>,
|
||||
|
||||
#[br(dbg)]
|
||||
// TODO: these are still wrong on Dawntrail!
|
||||
bounding_box: BoundingBox,
|
||||
model_bounding_box: BoundingBox,
|
||||
|
|
|
@ -199,9 +199,6 @@ impl ShaderPackage {
|
|||
package.node_selectors.push((alias.selector, alias.node));
|
||||
}
|
||||
|
||||
println!("test: {:#?}", package.nodes);
|
||||
println!("test: {:#?}", package.node_aliases);
|
||||
|
||||
Some(package)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue