diff --git a/client/scripts/main.gd b/client/scripts/main.gd index ed511f34c..97dadffce 100644 --- a/client/scripts/main.gd +++ b/client/scripts/main.gd @@ -73,7 +73,6 @@ func _ready() -> void: news_ticker, examine_display, world_radial, - cursor_renderer, ]: if node and node is CanvasItem: HudGroups.register(node, "gameplay")