浏览代码

port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional)

Charlie Gettys 6 年之前
父节点
当前提交
51844b206d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      port/PyAssimp/pyassimp/formats.py

+ 1 - 1
port/PyAssimp/pyassimp/formats.py

@@ -21,7 +21,7 @@ FORMATS = ["CSM",
             "STL", 
             "IRR", 
             "Q3O",
-            "Q3D"
+            "Q3D",
             "MS3D", 
             "Q3S", 
             "ZGL",