summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbennice <mbennice@google.com>2019-03-26 18:14:07 -0700
committermbennice <mbennice@google.com>2019-03-26 18:14:07 -0700
commitfed1a878d7e7b8a046d24d8a505e10694f73e913 (patch)
tree30914f2907c32ab120241adb69d2283fe429782f
parent8a96dc67cc43fc17e54c75880a3a7a8191d7a1e8 (diff)
downloadbullet3-fed1a878d7e7b8a046d24d8a505e10694f73e913.tar.gz
Replaces ; with ,
-rw-r--r--examples/SharedMemory/PhysicsServerCommandProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
index f0a05d05e..8cb562691 100644
--- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
+++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
@@ -1699,7 +1699,7 @@ struct PhysicsServerCommandProcessorInternalData
m_logPlaybackUid(-1),
m_physicsDeltaTime(1. / 240.),
m_numSimulationSubSteps(0),
- m_simulationTimestamp(0);
+ m_simulationTimestamp(0),
m_userConstraintUIDGenerator(1),
m_broadphaseCollisionFilterCallback(0),
m_pairCache(0),