Browse Source

Merge pull request #3837 from krishty/add-step-extension

added .step extension to IFC loader
Kim Kulling 4 years ago
parent
commit
1c90d28f9b
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,
     0,
     0,
     0,
-    "ifc ifczip stp"
+    "ifc ifczip step stp"
 };
 };
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------