From 62239ec7ffd0b78095ff4de217b77c26093cb247 Mon Sep 17 00:00:00 2001 From: Tobias Hirschmann Date: Wed, 5 Mar 2025 22:37:13 +0100 Subject: [PATCH] Solved a problem where certain textures like mist were only replaced after a manual reload --- CustomTextures/Patches.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CustomTextures/Patches.cs b/CustomTextures/Patches.cs index e6f52d3..5f3dfc6 100644 --- a/CustomTextures/Patches.cs +++ b/CustomTextures/Patches.cs @@ -112,6 +112,7 @@ static void Prefix() stopwatch.Restart(); ReplaceLocationTextures(); + ReloadTextures(reloadLocationTextures.Value && replaceLocationTextures.Value); LogStopwatch("ZoneSystem Locations"); }