mirror of
https://github.com/redstrate/Physis.git
synced 2025-06-07 15:17:45 +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();
|
.unwrap();
|
||||||
|
|
||||||
let instance_object = InstanceObject::read(&mut cursor).unwrap();
|
InstanceObject::read(&mut cursor).unwrap();
|
||||||
println!("{:#?}", instance_object);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -353,7 +353,6 @@ struct ModelData {
|
||||||
#[br(count = padding_amount)]
|
#[br(count = padding_amount)]
|
||||||
unknown_padding: Vec<u8>,
|
unknown_padding: Vec<u8>,
|
||||||
|
|
||||||
#[br(dbg)]
|
|
||||||
// TODO: these are still wrong on Dawntrail!
|
// TODO: these are still wrong on Dawntrail!
|
||||||
bounding_box: BoundingBox,
|
bounding_box: BoundingBox,
|
||||||
model_bounding_box: BoundingBox,
|
model_bounding_box: BoundingBox,
|
||||||
|
|
|
@ -199,9 +199,6 @@ impl ShaderPackage {
|
||||||
package.node_selectors.push((alias.selector, alias.node));
|
package.node_selectors.push((alias.selector, alias.node));
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("test: {:#?}", package.nodes);
|
|
||||||
println!("test: {:#?}", package.node_aliases);
|
|
||||||
|
|
||||||
Some(package)
|
Some(package)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue