mirror of
https://github.com/t-affeldt/climate_api.git
synced 2024-11-16 07:30:25 +01: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…
Reference in New Issue
Block a user