Fix crash when PhysicsMaterial asset is reloaded in editor

This commit is contained in:
2024-06-08 19:20:28 +03:00
parent 50c29f6a9b
commit 07371ddfdf
4 changed files with 16 additions and 1 deletions

View File

@@ -865,6 +865,10 @@ void PhysicsBackend::DestroyController(void* controller)
{
}
void PhysicsBackend::DestroyMaterial(void* material)
{
}
void PhysicsBackend::DestroyObject(void* object)
{
}