summaryrefslogtreecommitdiff
path: root/editor/plugins/path_editor_plugin.h
diff options
context:
space:
mode:
authorJFonS <joan.fonssanchez@gmail.com>2018-08-30 14:24:24 +0200
committerJFonS <joan.fonssanchez@gmail.com>2018-08-30 14:24:24 +0200
commit07d9b7af7a851d802294bc7fbd0424822277da0a (patch)
treebebfe56b987abca78d25dd5fa2a0ff17b764bf7c /editor/plugins/path_editor_plugin.h
parentcb63cc86e5ff8d70dc074381eb5f7d32298cd2ef (diff)
Fix regression #21262 in Path Gizmo
closes #21262
Diffstat (limited to 'editor/plugins/path_editor_plugin.h')
-rw-r--r--editor/plugins/path_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h
index 61f309e794..c77b2a41cc 100644
--- a/editor/plugins/path_editor_plugin.h
+++ b/editor/plugins/path_editor_plugin.h
@@ -45,7 +45,7 @@ class PathSpatialGizmo : public EditorSpatialGizmo {
public:
virtual String get_handle_name(int p_idx) const;
- virtual Variant get_handle_value(int p_idx) const;
+ virtual Variant get_handle_value(int p_idx);
virtual void set_handle(int p_idx, Camera *p_camera, const Point2 &p_point);
virtual void commit_handle(int p_idx, const Variant &p_restore, bool p_cancel = false);