From d0f1bc0a52929d080efe9a0ae372b4e2bc0ee860 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Sun, 12 Feb 2017 09:05:14 -0800 Subject: [PATCH] Readd lighting DI info --- code/controllers/Processes/lighting.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/controllers/Processes/lighting.dm b/code/controllers/Processes/lighting.dm index 15b134ecf44..614811d9816 100644 --- a/code/controllers/Processes/lighting.dm +++ b/code/controllers/Processes/lighting.dm @@ -86,6 +86,15 @@ overlay_updates++ SCHECK + + + +/datum/controller/process/lighting/statProcess() + ..() + stat(null, "[lighting_update_lights.len] lighting sources queued") + stat(null, "[lighting_update_corners.len] lighting corners queued") + stat(null, "[lighting_update_overlays.len] lighting overlays queued") + #undef MAX_LIGHT_UPDATES_PER_WORK #undef MAX_CORNER_UPDATES_PER_WORK #undef MAX_OVERLAY_UPDATES_PER_WORK