Skip to content

Commit

Permalink
Add break
Browse files Browse the repository at this point in the history
  • Loading branch information
bdjewkes committed Aug 4, 2019
1 parent eb55c31 commit 66188ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function handleKeyPress(event: KeyboardEvent){
case "a":
case "A":
ATK_PRESSED = true;
break;
}
}

Expand Down

0 comments on commit 66188ab

Please sign in to comment.