mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
59a57c9f94
commit
6b7510ceca
@ -73,6 +73,13 @@ class Actor(PandaObject, NodePath):
|
||||
|
||||
"""
|
||||
|
||||
try:
|
||||
self.__initialized
|
||||
return
|
||||
|
||||
except:
|
||||
self.__initialized = 1
|
||||
|
||||
# initialize our NodePath essence
|
||||
NodePath.__init__(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user