remove comment

This commit is contained in:
Andrew Meadows 2015-05-04 13:35:36 -07:00
parent 96acf96b76
commit 0932682c2a

View file

@ -243,7 +243,6 @@ void PhysicsEngine::stepSimulation() {
}
void PhysicsEngine::doOwnershipInfection(const btCollisionObject* objectA, const btCollisionObject* objectB) {
// BOOKMARK TODO: move this to PhysicalEntitySimulation
BT_PROFILE("ownershipInfection");
if (_sessionID.isNull()) {
return;