Browse Source

guaranteed broadcast of initial state

Darren Ranalli 22 years ago
parent
commit
b55439dc32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/fsm/FourState.py

+ 1 - 0
direct/src/fsm/FourState.py

@@ -146,6 +146,7 @@ class FourState:
     
     def exitState0(self):
         assert(self.debugPrint("exit0()"))
+        self.changedOnState(0)
     
     ##### state 1 #####