Merge pull request #25141 from MrStonedOne/patch-332

Remove low priority from lighting
This commit is contained in:
oranges
2017-03-17 15:42:20 +13:00
committed by GitHub
-1
View File
@@ -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