2
0
Эх сурвалжийг харах

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

Charlie Gettys 6 жил өмнө
parent
commit
51844b206d

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

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