Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jun 7, 2024
1 parent f5eb99b commit 8f27d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ document.addEventListener('mouseup', function(event){
button_styles()
});

if(game_config("show-display-buttons")){
if(game_config("show-control-buttons")){
document.getElementById("display_up").addEventListener('touchmove', function(event){
event.preventDefault()
});
Expand Down

0 comments on commit 8f27d57

Please sign in to comment.