quick update to SAVE_WORLD for JOINT_GEAR.
This commit is contained in:
@@ -3977,7 +3977,13 @@ bool PhysicsServerCommandProcessor::processCommand(const struct SharedMemoryComm
|
|||||||
case ePoint2PointType:
|
case ePoint2PointType:
|
||||||
{
|
{
|
||||||
sprintf(jointTypeStr,"p.JOINT_POINT2POINT");
|
sprintf(jointTypeStr,"p.JOINT_POINT2POINT");
|
||||||
break; }
|
break;
|
||||||
|
}
|
||||||
|
case eGearType:
|
||||||
|
{
|
||||||
|
sprintf(jointTypeStr,"p.JOINT_GEAR");
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
hasKnownJointType = false;
|
hasKnownJointType = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user