diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp index 204d5e479..c4e4e257f 100644 --- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp +++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp @@ -3977,7 +3977,13 @@ bool PhysicsServerCommandProcessor::processCommand(const struct SharedMemoryComm case ePoint2PointType: { sprintf(jointTypeStr,"p.JOINT_POINT2POINT"); - break; } + break; + } + case eGearType: + { + sprintf(jointTypeStr,"p.JOINT_GEAR"); + break; + } default: { hasKnownJointType = false;