From 990c88f24c33e8be9507d6b3c626289cf0cfae26 Mon Sep 17 00:00:00 2001 From: volzhs Date: Thu, 25 Mar 2021 20:08:38 +0900 Subject: Fix typo 'previus_selected' --- scene/gui/graph_edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/graph_edit.h') diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 8fdf975319..fa3b113705 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -150,7 +150,7 @@ private: Point2 box_selecting_from; Point2 box_selecting_to; Rect2 box_selecting_rect; - List previus_selected; + List previous_selected; bool setting_scroll_ofs = false; bool right_disconnects = false; -- cgit v1.2.3