Don't enable supersampling from graphics settings

This commit is contained in:
Zach Fox 2019-07-12 11:18:34 -07:00
parent 56a55efbb3
commit e0392642f7

View file

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