summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-05 16:05:40 +0100
committerGitHub <noreply@github.com>2022-01-05 16:05:40 +0100
commit6af77c7b090f9e49aa5176783bf7350f8f6ec2e2 (patch)
treea46a85b8ee4ea4cdeca267dcaf38670a62243cdf /editor/plugins/node_3d_editor_plugin.h
parentbb4157a9afbce9adfa95c69ee20442590d4d66de (diff)
parent61759da5b35e44003ab3ffe3d4024dd611d17eff (diff)
Merge pull request #53684 from TokageItLab/orthogonal-mode
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
-rw-r--r--editor/plugins/node_3d_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h
index eba3989f9d..8d42e88b53 100644
--- a/editor/plugins/node_3d_editor_plugin.h
+++ b/editor/plugins/node_3d_editor_plugin.h
@@ -399,7 +399,7 @@ private:
void _project_settings_changed();
- Transform3D _compute_transform(TransformMode p_mode, const Transform3D &p_original, const Transform3D &p_original_local, Vector3 p_motion, double p_extra, bool p_local);
+ Transform3D _compute_transform(TransformMode p_mode, const Transform3D &p_original, const Transform3D &p_original_local, Vector3 p_motion, double p_extra, bool p_local, bool p_orthogonal);
protected:
void _notification(int p_what);