mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-12 10:13:54 +00:00
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:
|
||||
{
|
||||
sprintf(jointTypeStr,"p.JOINT_POINT2POINT");
|
||||
break; }
|
||||
break;
|
||||
}
|
||||
case eGearType:
|
||||
{
|
||||
sprintf(jointTypeStr,"p.JOINT_GEAR");
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
hasKnownJointType = false;
|
||||
|
||||
Reference in New Issue
Block a user