From eff85fbd2b327194aebba0ef788a4e1ddee3eab0 Mon Sep 17 00:00:00 2001 From: mazes-80 <1608580+mazes-80@users.noreply.github.com> Date: Sun, 2 Oct 2022 19:01:38 +0200 Subject: [PATCH] Lower GSCYCLE: more cycles to skip --- lib/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.lua b/lib/main.lua index 64d6a2e..7a2dedb 100644 --- a/lib/main.lua +++ b/lib/main.lua @@ -1,4 +1,4 @@ -local GSCYCLE = 0.03 * climate_mod.settings.tick_speed -- only process event loop after this amount of time +local GSCYCLE = 0.3 * climate_mod.settings.tick_speed -- only process event loop after this amount of time local WORLD_CYCLE = 30.00 * climate_mod.settings.tick_speed -- only update global environment influences after this amount of time local gs_timer = 0