mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-25 20:21:50 +00:00
reduce detault reflection
This commit is contained in:
parent
97b8df491d
commit
09263afb74
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class Settings {
|
||||||
marbleShader: "ClassicGlassPureSphere",
|
marbleShader: "ClassicGlassPureSphere",
|
||||||
rewindEnabled: false,
|
rewindEnabled: false,
|
||||||
rewindTimescale: 1,
|
rewindTimescale: 1,
|
||||||
reflectionDetail: 3,
|
reflectionDetail: 2,
|
||||||
maxPixelRatio: 1,
|
maxPixelRatio: 1,
|
||||||
vsync: true,
|
vsync: true,
|
||||||
huntRandom: false,
|
huntRandom: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue