Merge pull request #550 from ctrlaltdavid/feature/resolution-scale-max

Increase graphics settings' resolution scale item maximum to 2.0
This commit is contained in:
kasenvr 2020-07-24 01:11:29 -04:00 committed by GitHub
commit ec09f1a9d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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