fix formatting

This commit is contained in:
Andrew Meadows 2015-10-05 23:24:27 -07:00
parent 6c2a94fddb
commit 76264ae704

View file

@ -35,9 +35,8 @@ public:
if (rayResult.m_collisionObject == _me) {
return 1.0f;
}
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace
);
}
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace);
}
protected:
btRigidBody* _me;
};