mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:31:13 +02:00
Don't enable supersampling from graphics settings
This commit is contained in:
parent
56a55efbb3
commit
e0392642f7
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ Item {
|
||||||
height: parent.height
|
height: parent.height
|
||||||
colorScheme: hifi.colorSchemes.dark
|
colorScheme: hifi.colorSchemes.dark
|
||||||
minimumValue: 0.25
|
minimumValue: 0.25
|
||||||
maximumValue: 1.5
|
maximumValue: 1.0
|
||||||
stepSize: 0.02
|
stepSize: 0.02
|
||||||
value: Render.viewportResolutionScale
|
value: Render.viewportResolutionScale
|
||||||
live: true
|
live: true
|
||||||
|
|
Loading…
Reference in a new issue