forked from StrafesNET/strafe-client
remove complete todo
This commit is contained in:
parent
7ade6129c7
commit
769f325cc8
@ -987,7 +987,6 @@ impl PhysicsContext{
|
|||||||
|
|
||||||
pub fn generate_models(&mut self,map:&map::CompleteMap){
|
pub fn generate_models(&mut self,map:&map::CompleteMap){
|
||||||
self.data.modes=map.modes.clone();
|
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 used_attributes=Vec::new();
|
||||||
let mut physics_attr_id_from_model_attr_id=HashMap::<CollisionAttributesId,PhysicsAttributesId>::new();
|
let mut physics_attr_id_from_model_attr_id=HashMap::<CollisionAttributesId,PhysicsAttributesId>::new();
|
||||||
let mut used_meshes=Vec::new();
|
let mut used_meshes=Vec::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user