mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-04-19 11:00:27 +02:00
Lower GSCYCLE: more cycles to skip
This commit is contained in:
parent
5635ab4daa
commit
eff85fbd2b
@ -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 WORLD_CYCLE = 30.00 * climate_mod.settings.tick_speed -- only update global environment influences after this amount of time
|
||||||
|
|
||||||
local gs_timer = 0
|
local gs_timer = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user