From 3c48402f961e006e64c631261a7167c9725818f2 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 4 Dec 2025 11:50:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table/table.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/table.gd b/table/table.gd index f17dbfe2..8f56131b 100644 --- a/table/table.gd +++ b/table/table.gd @@ -281,7 +281,7 @@ func check_event_pos(event_pos: Vector2, obj: Control): ## -func setselector_color_proc(instance: Object, function: String) -> void: +func set_selector_color_proc(instance: Object, function: String) -> void: selector_color_proc = Callable(instance, function) _assert(selector_color_proc.is_valid())