From 09263afb74ebbf421505e0803f4c7fd8a74d8ed7 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:50:12 +0530 Subject: [PATCH] reduce detault reflection --- src/Settings.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.hx b/src/Settings.hx index a7ec3c02..6be54559 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -133,7 +133,7 @@ class Settings { marbleShader: "ClassicGlassPureSphere", rewindEnabled: false, rewindTimescale: 1, - reflectionDetail: 3, + reflectionDetail: 2, maxPixelRatio: 1, vsync: true, huntRandom: false,