Merge pull request #14536 from Citadel-Station-13/silicons-patch-13

removes delta_time from tgui process because it doesn't need it
This commit is contained in:
Lin
2021-04-09 14:14:03 -05:00
committed by GitHub

View File

@@ -241,7 +241,7 @@
* Run an update cycle for this UI. Called internally by SStgui
* every second or so.
*/
/datum/tgui/process(delta_time, force = FALSE)
/datum/tgui/process(force = FALSE)
if(closing)
return
var/datum/host = src_object.ui_host(user)