Zachary Pavlov 17 years ago
parent
commit
109864928d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/Messenger.py

+ 1 - 1
direct/src/showbase/Messenger.py

@@ -266,8 +266,8 @@ class Messenger:
 
         self.lock.acquire()
         try:
+            foundWatch=0
             if __debug__:
-                foundWatch=0
                 if self.__isWatching:
                     for i in self.__watching.keys():
                         if str(event).find(i) >= 0: