Kim Kulling 3 gadi atpakaļ
vecāks
revīzija
cf47411742
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      code/AssetLib/SIB/SIBImporter.cpp

+ 1 - 1
code/AssetLib/SIB/SIBImporter.cpp

@@ -218,7 +218,7 @@ SIBImporter::~SIBImporter() {
 // ------------------------------------------------------------------------------------------------
 // Returns whether the class can handle the format of the given file.
 bool SIBImporter::CanRead(const std::string & /*pFile*/, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
-    return false;
+    return SimpleExtensionCheck(pFile, "sib");
 }
 
 // ------------------------------------------------------------------------------------------------