From ff217be6f43922908547f9a17bf7f6eb15e5f501 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 2ae89b30..e477a2d3 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -134,7 +134,7 @@ class Settings { cameraDistance: 2.5, rewindEnabled: false, rewindTimescale: 1.0, - reflectionDetail: 3, + reflectionDetail: 2, maxPixelRatio: 1, vsync: true, huntRandom: false,