Skip to content

Commit

Permalink
Update EngineActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Duron27 authored Oct 20, 2024
1 parent 2723a1c commit d2d9f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/openmw/EngineActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class EngineActivity : SDLActivity() {
onNativeKeyUp(KeyEvent.KEYCODE_A)
onNativeKeyUp(KeyEvent.KEYCODE_S)
onNativeKeyUp(KeyEvent.KEYCODE_D)
onNativeKeyUp(KeyEvent.KEYCODE_SHIFT_LEFT) // Ensure SHIFT is also released
}
)
}
Expand Down

0 comments on commit d2d9f68

Please sign in to comment.