mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -865,7 +865,7 @@ int main(int _argc, const char* _argv[])
|
||||
uint32_t positionOffset = decl.getOffset(bgfx::Attrib::Position);
|
||||
uint32_t color0Offset = decl.getOffset(bgfx::Attrib::Color0);
|
||||
|
||||
bx::CrtAllocator crtAllocator;
|
||||
bx::DefaultAllocator crtAllocator;
|
||||
bx::MemoryBlock memBlock(&crtAllocator);
|
||||
|
||||
uint32_t ii = 0;
|
||||
|
||||
Reference in New Issue
Block a user