Преглед изворни кода

Merge branch 'master' into fix-assimp-viewer-build

Kim Kulling пре 7 година
родитељ
комит
3a93a2aa19
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      code/DXFLoader.cpp

+ 1 - 1
code/DXFLoader.cpp

@@ -127,7 +127,7 @@ bool DXFImporter::CanRead( const std::string& pFile, IOSystem* pIOHandler, bool
 
     if ( extension.empty() || checkSig ) {
         static const char *pTokens[] = { "SECTION", "HEADER", "ENDSEC", "BLOCKS" };
-        return BaseImporter::SearchFileHeaderForToken(pIOHandler, pFile, pTokens, 4 );
+        return BaseImporter::SearchFileHeaderForToken(pIOHandler, pFile, pTokens, 4, 32 );
     }
 
     return false;