Рефактор.

This commit is contained in:
sasha80
2025-12-04 11:50:33 +03:00
parent c270d652c3
commit 3c48402f96

View File

@@ -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())