Darren Ranalli 22 years ago
parent
commit
8fbd7392b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/level/LogicGateAI.py

+ 1 - 1
direct/src/level/LogicGateAI.py

@@ -116,7 +116,7 @@ class LogicGateAI(Entity.Entity, PandaObject.PandaObject):
             self.logicTest(self, isTrue, self.isInput2)
     
     def setIsInput2(self, isTrue):
-        assert(self.debugPrint("setIsInput1(isTrue=%s)"%(isTrue,)))
+        assert(self.debugPrint("setIsInput2(isTrue=%s)"%(isTrue,)))
         if 1 or (not isTrue) != (not self.input2Event):
             # ...the logical state of self.input2Event has changed.
             self.isInput2=isTrue