This commit is contained in:
Wojtek Figat
2022-01-20 23:52:45 +01:00
parent 37e11a4b1f
commit b998655e1a

View File

@@ -851,7 +851,7 @@ void PhysicsBackend::DestroyScene(void* scene)
Allocator::Free(scenePhysX->ScratchMemory);
scenePhysX->Scene->release();
Delete(scene);
Delete(scenePhysX);
}
void PhysicsBackend::StartSimulateScene(void* scene, float dt)