From cbe6c25c6b1ef0e5ceeca7d7c056fa2202642741 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 23 Aug 2021 17:59:19 +0200 Subject: Rename polygon editor settings for better display in the Editor Settings --- editor/plugins/path_2d_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/path_2d_editor_plugin.cpp') diff --git a/editor/plugins/path_2d_editor_plugin.cpp b/editor/plugins/path_2d_editor_plugin.cpp index 584eb84ecd..119ecddf63 100644 --- a/editor/plugins/path_2d_editor_plugin.cpp +++ b/editor/plugins/path_2d_editor_plugin.cpp @@ -70,7 +70,7 @@ bool Path2DEditor::forward_gui_input(const Ref &p_event) { return false; } - real_t grab_threshold = EDITOR_GET("editors/poly_editor/point_grab_radius"); + real_t grab_threshold = EDITOR_GET("editors/polygon_editor/point_grab_radius"); Ref mb = p_event; if (mb.is_valid()) { -- cgit v1.2.3