Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
6b7510ceca
1 changed files with 7 additions and 0 deletions
  1. 7 0
      direct/src/actor/Actor.py

+ 7 - 0
direct/src/actor/Actor.py

@@ -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)