Skip to content

Commit

Permalink
disable gamepad processing as it's causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitusNeko committed Oct 25, 2022
1 parent 4299bcf commit 9aa57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levelblit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ void HandleEvents()
}
}

HandleGamepad (key_held);
//HandleGamepad (key_held);

if (RECORDING) {
db = 0;
Expand Down

0 comments on commit 9aa57b6

Please sign in to comment.