move m_updateFlags to command, and make it 64bit
This commit is contained in:
@@ -563,7 +563,7 @@ void PhysicsServerSharedMemory::processClientCommands()
|
||||
|
||||
case CMD_SEND_PHYSICS_SIMULATION_PARAMETERS:
|
||||
{
|
||||
if (clientCmd.m_physSimParamArgs.m_updateFlags&SIM_PARAM_UPDATE_GRAVITY)
|
||||
if (clientCmd.m_updateFlags&SIM_PARAM_UPDATE_GRAVITY)
|
||||
{
|
||||
btVector3 grav(clientCmd.m_physSimParamArgs.m_gravityAcceleration[0],
|
||||
clientCmd.m_physSimParamArgs.m_gravityAcceleration[1],
|
||||
|
||||
Reference in New Issue
Block a user