mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-30 03:24:13 +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.resetRelativeValues()
|
||||||
it.config.enabled = true
|
it.config.enabled = true
|
||||||
}
|
}
|
||||||
controls.globalScale = 1f
|
controls.globalScale = 1.15f
|
||||||
invalidate()
|
invalidate()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user