Jelajahi Sumber

Update Q3BSPFileImporter.cpp

Kim Kulling 3 tahun lalu
induk
melakukan
088658b359
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp

+ 1 - 1
code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp

@@ -157,7 +157,7 @@ Q3BSPFileImporter::~Q3BSPFileImporter() {
 
 // ------------------------------------------------------------------------------------------------
 //  Returns true if the loader can read this.
-bool Q3BSPFileImporter::CanRead(const std::string &filename, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
+bool Q3BSPFileImporter::CanRead(const std::string &filename, IOSystem * /*pIOHandler*/, bool checkSig) const {
     if (!checkSig) {
         return SimpleExtensionCheck(filename, "pk3", "bsp");
     }