perf: harden runtime for weaker hardware

This commit is contained in:
Rijad Zuzo
2026-08-12 10:02:45 +02:00
parent cd29da95e0
commit 34428d836a
47 changed files with 2164 additions and 243 deletions
+1 -5
View File
@@ -32,11 +32,7 @@ func _ready() -> void:
_all.append(self)
add_to_group("activity_sites")
_update_presentation()
func _process(_delta: float) -> void:
if debug_label_enabled:
_update_presentation()
set_process(false)
func _exit_tree() -> void: