1
0
Fork 0

Stop timer when game stops

This commit is contained in:
Shawn Nock 2017-01-14 12:00:54 -05:00
parent 336edc8ba5
commit 55ecd0c30a
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ def game_init():
def game_off():
"""Turn off game."""
get_timer().stop()
set_output(OUTPUTS.Lights, False)
set_output(OUTPUTS.DogBox, False)
set_output(OUTPUTS.FrontCameraPower, False)