This commit is contained in:
Branimir Karadžić
2017-06-10 22:31:16 -07:00
parent c964cd47d0
commit 6d35b1294e
6 changed files with 13 additions and 30 deletions

View File

@@ -154,7 +154,7 @@ int main(int _argc, const char* _argv[])
{
size = uint32_t(bx::getSize(&fr) );
bx::CrtAllocator allocator;
bx::DefaultAllocator allocator;
data = BX_ALLOC(&allocator, size);
bx::read(&fr, data, size);