balloon: Type and Crash fix
This commit is contained in:
parent
131448f37b
commit
72dade37f5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue