balloon: Type and Crash fix

This commit is contained in:
Anthony Castelli 2014-03-19 20:15:46 -07:00
parent 131448f37b
commit 72dade37f5

View file

@ -91,7 +91,7 @@ class DistributedHotAirBalloon(DistributedObject, FSM):
Func(self.balloon.hide)
)
self.balloonElectionFall.start()
self.balloonElectionIdle.setT(offset)
self.balloonElectionFall.setT(offset)
def __handleToonEnter(self, collEntry):