From 72863ffa31e27f4c6be862d80472cfb897fccaea Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 19 Nov 2024 15:24:50 +0100 Subject: next commit --- Game/Selection/selection_rectangle.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Selection/selection_rectangle.gd') diff --git a/Game/Selection/selection_rectangle.gd b/Game/Selection/selection_rectangle.gd index 40619ba..b643636 100644 --- a/Game/Selection/selection_rectangle.gd +++ b/Game/Selection/selection_rectangle.gd @@ -37,7 +37,7 @@ func _process(_delta: float) -> void: area.get_parent().is_selected = true if not areas.is_empty(): - Client.multi_select_finished.emit() + Client.multi_select_finished.emit(areas) size = Vector2.ZERO queue_redraw() -- cgit v1.2.3