Browse Source

Merge branch 'master' into gltf_add_ortho_cam

Kim Kulling 6 năm trước cách đây
mục cha
commit
4d2adf5bea
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      port/PyAssimp/pyassimp/helper.py

+ 2 - 2
port/PyAssimp/pyassimp/helper.py

@@ -274,8 +274,8 @@ def hasattr_silent(object, name):
     """
 
     try:
-	    if not object:
-		    return False
+        if not object:
+            return False
         return hasattr(object, name)
     except AttributeError:
         return False