From 769f325cc89aa438f00ad51b3b4661211c030638 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 12 Feb 2024 20:14:22 -0800 Subject: [PATCH] remove complete todo --- src/physics.rs | 1 - 1 file changed, 1 deletion(-) 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();