update complete status for removing collision shape
This commit is contained in:
@@ -8496,6 +8496,7 @@ bool PhysicsServerCommandProcessor::processRemoveBodyCommand(const struct Shared
|
|||||||
m_data->m_worldImporters.removeAtIndex(foundIndex);
|
m_data->m_worldImporters.removeAtIndex(foundIndex);
|
||||||
delete importer;
|
delete importer;
|
||||||
m_data->m_userCollisionShapeHandles.freeHandle(removeCollisionShapeId);
|
m_data->m_userCollisionShapeHandles.freeHandle(removeCollisionShapeId);
|
||||||
|
serverCmd.m_type = CMD_REMOVE_BODY_COMPLETED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user