mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
reduce detault reflection
This commit is contained in:
parent
d56de16a45
commit
ff217be6f4
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class Settings {
|
||||||
cameraDistance: 2.5,
|
cameraDistance: 2.5,
|
||||||
rewindEnabled: false,
|
rewindEnabled: false,
|
||||||
rewindTimescale: 1.0,
|
rewindTimescale: 1.0,
|
||||||
reflectionDetail: 3,
|
reflectionDetail: 2,
|
||||||
maxPixelRatio: 1,
|
maxPixelRatio: 1,
|
||||||
vsync: true,
|
vsync: true,
|
||||||
huntRandom: false,
|
huntRandom: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue