Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jun 11, 2017
1 parent 4ec629b commit 41f3c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/texturec/texturec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 41f3c11

Please sign in to comment.