Added bx::Location, and removed allocator macros.

This commit is contained in:
Branimir Karadžić
2023-04-23 19:19:22 -07:00
parent 277b5f4ada
commit 290295136b
42 changed files with 314 additions and 314 deletions

View File

@@ -288,7 +288,7 @@ void cameraCreate()
void cameraDestroy()
{
BX_DELETE(entry::getAllocator(), s_camera);
bx::deleteObject(entry::getAllocator(), s_camera);
s_camera = NULL;
}