mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
- Fix for the ships
This commit is contained in:
parent
8a44e44a35
commit
a8836281a4
@ -543,7 +543,9 @@ class Actor(DirectObject, NodePath):
|
||||
"""
|
||||
if (node == None):
|
||||
node = LODNode("lod")
|
||||
|
||||
if self.__LODNode:
|
||||
self.__LODNode = node
|
||||
else:
|
||||
self.__LODNode = self.__geomNode.attachNewNode(node)
|
||||
self.__hasLOD = 1
|
||||
self.switches = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user