*** empty log message ***

This commit is contained in:
David Rose 2001-02-15 18:20:02 +00:00
parent 59a57c9f94
commit 6b7510ceca

View File

@ -73,6 +73,13 @@ class Actor(PandaObject, NodePath):
"""
try:
self.__initialized
return
except:
self.__initialized = 1
# initialize our NodePath essence
NodePath.__init__(self)