We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf85fd commit 66c331cCopy full SHA for 66c331c
1 file changed
src/lib.rs
@@ -109,6 +109,7 @@ async fn main() {
109
}
110
TIMER_ACTION_RESET => {
111
timer::reset();
112
+ timer::pause_game_time();
113
114
_ => (),
115
0 commit comments