mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #5089 from Verkister/patch-95
Fixes that goddamn lighting.dm 36 spam
This commit is contained in:
@@ -32,7 +32,8 @@ SUBSYSTEM_DEF(lighting)
|
|||||||
MC_SPLIT_TICK
|
MC_SPLIT_TICK
|
||||||
var/list/queue = sources_queue
|
var/list/queue = sources_queue
|
||||||
var/i = 0
|
var/i = 0
|
||||||
for (i in 1 to length(queue))
|
if(length(queue))
|
||||||
|
for(i in 1 to length(queue))
|
||||||
var/datum/light_source/L = queue[i]
|
var/datum/light_source/L = queue[i]
|
||||||
|
|
||||||
L.update_corners()
|
L.update_corners()
|
||||||
|
|||||||
Reference in New Issue
Block a user