Increase graphics settings' resolution scale item maximum to 2.0

This commit is contained in:
David Rowe 2020-07-18 20:50:52 +12:00
parent 84bee76968
commit 233deae44d

View file

@ -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