David Rose 18 lat temu
rodzic
commit
e7085798b7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -558,7 +558,7 @@ class Actor(DirectObject, NodePath):
         If one is not supplied as an argument, make one
         """
         if (node == None):
-            node = LODNode("lod")
+            node = LODNode.makeDefaultLod("lod")
 
         if self.__LODNode:
             self.__LODNode = node