remove comment cruft

This commit is contained in:
Andrew Meadows 2015-06-04 11:28:07 -07:00
parent aff751b4e6
commit 6b03e671d8

View file

@ -31,7 +31,6 @@ PhysicsEngine::~PhysicsEngine() {
if (_characterController) {
_characterController->setDynamicsWorld(nullptr);
}
// TODO: delete engine components... if we ever plan to create more than one instance
delete _collisionConfig;
delete _collisionDispatcher;
delete _broadphaseFilter;