Skip to content

Commit

Permalink
Merge branch 'test2' of https://github.com/Duron27/openmw-android int…
Browse files Browse the repository at this point in the history
…o test2
  • Loading branch information
Duron27 committed Oct 30, 2024
2 parents 111e501 + 0fd6765 commit ed5cdf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/org/openmw/EngineActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ class EngineActivity : SDLActivity() {
}
)
}

} else Modifier
)

) {
ResizableDraggableThumbstick(
context = this@EngineActivity,
Expand Down Expand Up @@ -252,4 +252,4 @@ class EngineActivity : SDLActivity() {
Process.killProcess(Process.myPid())
super.onDestroy()
}
}
}

0 comments on commit ed5cdf5

Please sign in to comment.