Pārlūkot izejas kodu

added .step extension to IFC loader

The extension .step is at least as common as .stp, so both should be supported.
Krishty 4 gadi atpakaļ
vecāks
revīzija
666b5eff76
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      code/AssetLib/IFC/IFCLoader.cpp

+ 1 - 1
code/AssetLib/IFC/IFCLoader.cpp

@@ -115,7 +115,7 @@ static const aiImporterDesc desc = {
     0,
     0,
     0,
-    "ifc ifczip stp"
+    "ifc ifczip step stp"
 };
 
 // ------------------------------------------------------------------------------------------------