Lower GSCYCLE: more cycles to skip

This commit is contained in:
mazes-80 2022-10-02 19:01:38 +02:00
parent 5635ab4daa
commit eff85fbd2b
1 changed files with 1 additions and 1 deletions

View File

@ -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