Destroy an instance of PhysicsWorld * @param world A pointer to the physics world to destroy */
| 244 | * @param world A pointer to the physics world to destroy |
| 245 | */ |
| 246 | void PhysicsCommon::destroyPhysicsWorld(PhysicsWorld* world) { |
| 247 | |
| 248 | deletePhysicsWorld(world); |
| 249 | |
| 250 | mPhysicsWorlds.remove(world); |
| 251 | } |
| 252 | |
| 253 | // Delete an instance of PhysicsWorld |
| 254 | /** |