Plugins/Assimp: Fix compilation

This commit is contained in:
Lynix 2016-11-27 14:20:22 +01:00
parent 649001b696
commit c99008f7b5
1 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ aiFile* StreamOpener(aiFileIO* fileIO, const char* filePath, const char* openMod
ErrorFlags errFlags(ErrorFlag_ThrowExceptionDisabled, true);
///TODO: Move to File::DecodeOpenMode
UInt32 openModeEnum = 0;
OpenModeFlags openModeEnum = 0;
if (std::strchr(openMode, 'r'))
{