diff options
| author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-08-23 19:25:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-23 19:25:24 +0200 |
| commit | 679b9be9d30001e8ffc8087e412097f7394cacdd (patch) | |
| tree | e05ad15d2a88cccd0a2be29c267707f8255ef159 /editor/plugins/path_2d_editor_plugin.cpp | |
| parent | 40937ffa6d12f9c4deec68c07e46a720fa91c602 (diff) | |
| parent | cbe6c25c6b1ef0e5ceeca7d7c056fa2202642741 (diff) | |
Merge pull request #52021 from Calinou/rename-polygon-editor-settings
Rename polygon editor settings for better display in the Editor Settings
Diffstat (limited to 'editor/plugins/path_2d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/path_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<InputEvent> &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<InputEventMouseButton> mb = p_event; if (mb.is_valid()) { |