mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-02 09:01:23 +02:00
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:
commit
ec09f1a9d9
1 changed files with 2 additions and 2 deletions
|
@ -336,8 +336,8 @@ Item {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
colorScheme: hifi.colorSchemes.dark
|
colorScheme: hifi.colorSchemes.dark
|
||||||
minimumValue: 0.25
|
minimumValue: 0.25
|
||||||
maximumValue: 1.0
|
maximumValue: 2.0
|
||||||
stepSize: 0.02
|
stepSize: 0.05
|
||||||
value: Render.viewportResolutionScale
|
value: Render.viewportResolutionScale
|
||||||
live: true
|
live: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue