less debug info
This commit is contained in:
parent
9534504b20
commit
f0739606ad
|
@ -395,8 +395,8 @@ impl ParserState {
|
|||
actor.insert(RigidBody::Dynamic);
|
||||
actor.insert(Collider::cuboid(1.0, 1.0, 1.0));
|
||||
|
||||
info!("Spawning actor {} with model {} at {}/{}/{}",
|
||||
self.name, self.model, self.pos.x, self.pos.y, self.pos.z);
|
||||
//info!("Spawning actor {} with model {} at {}/{}/{}",
|
||||
// self.name, self.model, self.pos.x, self.pos.y, self.pos.z);
|
||||
self.reset();
|
||||
}
|
||||
fn spawn_entities(&mut self, commands: &mut Commands, asset_server: &Res<AssetServer>) {
|
||||
|
|
Loading…
Reference in a new issue