diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-10 16:53:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 16:53:01 +0100 |
commit | 519075cf418b67249a7a810451c0608e50be4454 (patch) | |
tree | b752995a4125ca84acbc9b0199170d73f375e509 /editor/plugins/node_3d_editor_plugin.h | |
parent | 52a7ecf82126bab80116da203446ce2e1911284b (diff) | |
parent | 628219c922864742349efd93dabaa6956ca63f95 (diff) |
Merge pull request #57912 from rcorre/fix-blender
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
-rw-r--r-- | editor/plugins/node_3d_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h index bbe5615570..cb7c5a714b 100644 --- a/editor/plugins/node_3d_editor_plugin.h +++ b/editor/plugins/node_3d_editor_plugin.h @@ -409,6 +409,7 @@ private: void begin_transform(TransformMode p_mode, bool instant); void commit_transform(); void update_transform(Point2 p_mousepos, bool p_shift); + void finish_transform(); protected: void _notification(int p_what); |