This commit is contained in:
Darren Ranalli 2003-12-04 22:45:00 +00:00
parent 4c923fbd9e
commit 8fbd7392b1
1 changed files with 1 additions and 1 deletions

View File

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