mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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
|
# initialize our NodePath essence
|
||||||
NodePath.__init__(self)
|
NodePath.__init__(self)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user