add combobox to select software/opengl rendering to compare

This commit is contained in:
Erwin Coumans
2016-05-18 17:57:13 -07:00
parent 7994a339ee
commit fb2134f15f
4 changed files with 108 additions and 63 deletions

View File

@@ -201,7 +201,7 @@ void PhysicsServerExample::stepSimulation(float deltaTime)
}
} else
{
for (int i=0;i<100;i++)
for (int i=0;i<10;i++)
m_physicsServer.processClientCommands();
}
}