Skip to content

Commit

Permalink
Make cursor visable
Browse files Browse the repository at this point in the history
  • Loading branch information
Duron27 authored Oct 20, 2024
1 parent a7992cc commit 9942b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/openmw/ui/controls/mouse.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import android.view.View

class CustomCursorView(context: Context, attrs: AttributeSet?) : View(context, attrs) {
private val paint = Paint().apply {
color = Color.BLACK
color = Color.WHITE
style = Paint.Style.FILL
}
private var cursorX = 0f
Expand Down

0 comments on commit 9942b37

Please sign in to comment.