Android: Fix pressing up on overlay d-pad

This commit is contained in:
JosJuice 2023-06-11 10:57:27 +02:00
parent 6d16a09707
commit c961c6c35a
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class InputOverlay(context: Context?, attrs: AttributeSet?) : SurfaceView(contex
dpadPressed[3] = true
// Release the buttons first, then press
for (i in 1 until dpadPressed.size) {
for (i in dpadPressed.indices) {
if (!dpadPressed[i]) {
InputOverrider.setControlState(
controllerIndex,