Plugins/Assimp: Fix compilation
This commit is contained in:
@@ -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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user