mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Renaming CrtFile* -> File*.
This commit is contained in:
@@ -851,7 +851,7 @@ int main(int _argc, const char* _argv[])
|
||||
|
||||
PrimitiveArray primitives;
|
||||
|
||||
bx::CrtFileWriter writer;
|
||||
bx::FileWriter writer;
|
||||
if (!bx::open(&writer, outFilePath) )
|
||||
{
|
||||
printf("Unable to open output file '%s'.", outFilePath);
|
||||
|
||||
Reference in New Issue
Block a user