mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added bx::Location, and removed allocator macros.
This commit is contained in:
@@ -288,7 +288,7 @@ void cameraCreate()
|
||||
|
||||
void cameraDestroy()
|
||||
{
|
||||
BX_DELETE(entry::getAllocator(), s_camera);
|
||||
bx::deleteObject(entry::getAllocator(), s_camera);
|
||||
s_camera = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user