Skip to content

Commit 66c331c

Browse files
committed
Keep game time paused after reset
Fixes #1
1 parent 8bf85fd commit 66c331c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ async fn main() {
109109
}
110110
TIMER_ACTION_RESET => {
111111
timer::reset();
112+
timer::pause_game_time();
112113
}
113114
_ => (),
114115
}

0 commit comments

Comments
 (0)