mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 05:15:08 +01:00
Correct reset value of global scale
This commit is contained in:
parent
4b53a3b1a6
commit
dca632d0d8
@ -226,7 +226,7 @@ class OnScreenControllerView @JvmOverloads constructor(context : Context, attrs
|
||||
it.resetRelativeValues()
|
||||
it.config.enabled = true
|
||||
}
|
||||
controls.globalScale = 1f
|
||||
controls.globalScale = 1.15f
|
||||
invalidate()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user