소스 검색

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

added .step extension to IFC loader
Kim Kulling 4 년 전
부모
커밋
1c90d28f9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 };
 
 // ------------------------------------------------------------------------------------------------