Keep physics engines until physics code is moved out of OEngine.

loadfix
cc9cii 10 years ago
parent c6a2461fbd
commit 998982b16a

@ -22,7 +22,10 @@ namespace CSVWorld
PhysicsSystem::~PhysicsSystem()
{
delete mEngine;
// FIXME: OEngine does not behave well when multiple instances are created
// and deleted, sometimes resulting in crashes. Skip the deletion until the physics
// code is moved out of OEngine.
//delete mEngine;
}
// looks up the scene manager based on the scene node name (inefficient)

Loading…
Cancel
Save