Fixes excessive runtimes with beams. (#10550)

This commit is contained in:
mikomyazaki
2020-11-14 15:41:39 +01:00
committed by GitHub
parent d42522aea7
commit db1dac2e76
+1 -1
View File
@@ -40,7 +40,7 @@
addtimer(CALLBACK(src,.proc/End), time)
/datum/beam/proc/Start()
Draw()
recalculate()
recalculate_in(sleep_time)
/datum/beam/proc/recalculate()