mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 14:09:24 -05:00
makeDefaultLod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user