smartcompany
Results
1
issues of
smartcompany
PhysicsShapeCache code has some issue when BodyDef is removed I think below definition has an issue `Map bodyDefs;` so i change this to `std::map bodyDefs;` and change safe delete function...