Update apps/oxofocus/app.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>
master
Gordon Williams 2023-09-29 09:32:49 +01:00 committed by GitHub
parent 28cbfa37f6
commit 1a18a5463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ Bangle.on('touch', function(zone,e) {
if (game_state == GAME_OVER) {
new_game();
return();
return;
}
get_move();