From bde7884f53ca6692b5ae311382c13b52329cdefd Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sat, 8 May 2021 19:59:10 +0200 Subject: [PATCH] Set Storage.oldGamma to 0.0 --- .../main/kotlin/fr/username404/snowygui/misc/addComponents.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/misc/addComponents.kt b/common/src/main/kotlin/fr/username404/snowygui/misc/addComponents.kt index 78a84aa..63197f3 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/misc/addComponents.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/misc/addComponents.kt @@ -14,7 +14,7 @@ import net.minecraft.client.Minecraft object Storage { val currentTimezone = TimeZone.currentSystemDefault() - private var oldGamma = -1.0 + private var oldGamma = 0.0 private const val redColor = 0x660000 var clock: Boolean = false; private set var hurtCamera: Boolean = true; private set