Browse Source

added .step extension to IFC loader

The extension .step is at least as common as .stp, so both should be supported.
Krishty 4 years ago
parent
commit
666b5eff76
1 changed files with 1 additions and 1 deletions
  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"
 };
 
 // ------------------------------------------------------------------------------------------------