Correct reset value of global scale

This commit is contained in:
Willi Ye 2021-02-05 20:51:15 +01:00 committed by ◱ Mark
parent 4b53a3b1a6
commit dca632d0d8

View File

@ -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()
}