diff options
author | malbach <malbach@free.fr> | 2018-10-27 23:43:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-23 15:14:03 +0200 |
commit | 4a218b9862b73b643ade6e8b0f5c205e9fbc9ca4 (patch) | |
tree | 612ae4a9f1a271b40bf0ec95bc751a15ac199d70 /editor/plugins/spatial_editor_plugin.h | |
parent | c7a427241e7f4dd6ab9ac89f51d3bb9f6632008b (diff) | |
download | redot-engine-4a218b9862b73b643ade6e8b0f5c205e9fbc9ca4.tar.gz |
Add 'Align Rotation with View' to spatial editor
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 1a32d6e047..dde402c0ff 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -153,7 +153,8 @@ class SpatialEditorViewport : public Control { VIEW_REAR, VIEW_CENTER_TO_ORIGIN, VIEW_CENTER_TO_SELECTION, - VIEW_ALIGN_SELECTION_WITH_VIEW, + VIEW_ALIGN_TRANSFORM_WITH_VIEW, + VIEW_ALIGN_ROTATION_WITH_VIEW, VIEW_PERSPECTIVE, VIEW_ENVIRONMENT, VIEW_ORTHOGONAL, |