Plugins/Assimp: Fix compilation
This commit is contained in:
parent
649001b696
commit
c99008f7b5
|
|
@ -83,7 +83,7 @@ aiFile* StreamOpener(aiFileIO* fileIO, const char* filePath, const char* openMod
|
||||||
ErrorFlags errFlags(ErrorFlag_ThrowExceptionDisabled, true);
|
ErrorFlags errFlags(ErrorFlag_ThrowExceptionDisabled, true);
|
||||||
|
|
||||||
///TODO: Move to File::DecodeOpenMode
|
///TODO: Move to File::DecodeOpenMode
|
||||||
UInt32 openModeEnum = 0;
|
OpenModeFlags openModeEnum = 0;
|
||||||
|
|
||||||
if (std::strchr(openMode, 'r'))
|
if (std::strchr(openMode, 'r'))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue