This commit is contained in:
Andrew Meadows 2018-04-12 15:02:24 -07:00
parent d553f85e83
commit 6633304773

View file

@ -5277,7 +5277,7 @@ void Application::update(float deltaTime) {
if (_physicsEnabled) {
{
PROFILE_RANGE(simulation_physics, "PrePhysics");
PerformanceTimer perfTimer("prePhys)");
PerformanceTimer perfTimer("prePhysics)");
{
const VectorOfMotionStates& motionStates = _entitySimulation->getObjectsToRemoveFromPhysics();
_physicsEngine->removeObjects(motionStates);