diff --git a/src/physics.rs b/src/physics.rs index 61efef8..a15704c 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -987,7 +987,6 @@ impl PhysicsContext{ pub fn generate_models(&mut self,map:&map::CompleteMap){ self.data.modes=map.modes.clone(); - //TODO redo this with models first and only add used atributes and meshes let mut used_attributes=Vec::new(); let mut physics_attr_id_from_model_attr_id=HashMap::::new(); let mut used_meshes=Vec::new();