mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Increase graphics settings' resolution scale item maximum to 2.0
This commit is contained in:
parent
84bee76968
commit
233deae44d
1 changed files with 2 additions and 2 deletions
|
@ -336,8 +336,8 @@ Item {
|
|||
height: parent.height
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
minimumValue: 0.25
|
||||
maximumValue: 1.0
|
||||
stepSize: 0.02
|
||||
maximumValue: 2.0
|
||||
stepSize: 0.05
|
||||
value: Render.viewportResolutionScale
|
||||
live: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue