mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Remove low priority from lighting
Since we are only running it every two ticks now it should get equal parts priority as everything else
This commit is contained in:
committed by
GitHub
parent
00cd3874c0
commit
d9ecddd4d4
@@ -9,7 +9,6 @@ var/list/lighting_update_objects = list() // List of lighting objects queued fo
|
||||
name = "Lighting"
|
||||
wait = 2
|
||||
init_order = -20
|
||||
priority = 35
|
||||
flags = SS_TICKER
|
||||
|
||||
var/initialized = FALSE
|
||||
|
||||
Reference in New Issue
Block a user