mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-06-08 02:43:48 +00:00
Cleanup.
This commit is contained in:
@@ -677,7 +677,7 @@ int main(int _argc, const char* _argv[])
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
bx::CrtAllocator allocator;
|
||||
bx::DefaultAllocator allocator;
|
||||
uint8_t* inputData = (uint8_t*)BX_ALLOC(&allocator, inputSize);
|
||||
|
||||
bx::read(&reader, inputData, inputSize, &err);
|
||||
|
||||
Reference in New Issue
Block a user