aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays/debug.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/overlays/debug.gd')
-rw-r--r--client/gui/overlays/debug.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gui/overlays/debug.gd b/client/gui/overlays/debug.gd
index 003672c4..3a37a1b7 100644
--- a/client/gui/overlays/debug.gd
+++ b/client/gui/overlays/debug.gd
@@ -16,7 +16,7 @@
extends RichTextLabel
func _ready():
- Settings.hook_changed_init("graphics.debug_info", false, func (v):
+ Settings.hook_changed_init("graphics.debug_info", "main", func (v):
visible = v
RenderingServer.viewport_set_measure_render_time(get_viewport().get_viewport_rid(), visible)
)