Sfoglia il codice sorgente

verbose factory-win debugging

Darren Ranalli 22 anni fa
parent
commit
11af84dec4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      direct/src/level/DistributedLevel.py

+ 1 - 0
direct/src/level/DistributedLevel.py

@@ -207,6 +207,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
     def announceLeaving(self):
         """call this just before leaving the level; this may result in
         the factory being destroyed on the AI"""
+        DistributedLevel.notify.info('announceLeaving')
         self.doneBarrier()
 
     def placeLocalToon(self):