disable real-time by default

This commit is contained in:
erwin coumans
2016-09-09 14:41:23 -07:00
parent 3c706306cd
commit c5d775a635

View File

@@ -434,7 +434,7 @@ struct PhysicsServerCommandProcessorInternalData
:m_hasGround(false),
m_gripperRigidbodyFixed(0),
m_gripperMultiBody(0),
m_allowRealTimeSimulation(true),
m_allowRealTimeSimulation(false),
m_commandLogger(0),
m_logPlayback(0),
m_physicsDeltaTime(1./240.),