mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
Merge pull request #1373 from jonathantompson/save_world_fix
quick update to SAVE_WORLD for JOINT_GEAR.
This commit is contained in:
commit
7c7b9735c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user