less debug info

This commit is contained in:
yuni 2024-03-29 17:21:46 +01:00
parent 9534504b20
commit f0739606ad

View file

@ -395,8 +395,8 @@ impl ParserState {
actor.insert(RigidBody::Dynamic); actor.insert(RigidBody::Dynamic);
actor.insert(Collider::cuboid(1.0, 1.0, 1.0)); actor.insert(Collider::cuboid(1.0, 1.0, 1.0));
info!("Spawning actor {} with model {} at {}/{}/{}", //info!("Spawning actor {} with model {} at {}/{}/{}",
self.name, self.model, self.pos.x, self.pos.y, self.pos.z); // self.name, self.model, self.pos.x, self.pos.y, self.pos.z);
self.reset(); self.reset();
} }
fn spawn_entities(&mut self, commands: &mut Commands, asset_server: &Res<AssetServer>) { fn spawn_entities(&mut self, commands: &mut Commands, asset_server: &Res<AssetServer>) {