You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
committed by
Rémi Verschelde
parent
0c45011779
commit
67d80e6f73
@@ -2803,7 +2803,7 @@ void SpatialEditorViewport::_menu_option(int p_option) {
|
||||
case VIEW_FRONT: {
|
||||
|
||||
cursor.x_rot = 0;
|
||||
cursor.y_rot = 0;
|
||||
cursor.y_rot = Math_PI;
|
||||
set_message(TTR("Front View."), 2);
|
||||
name = TTR("Front");
|
||||
_set_auto_orthogonal();
|
||||
@@ -2813,7 +2813,7 @@ void SpatialEditorViewport::_menu_option(int p_option) {
|
||||
case VIEW_REAR: {
|
||||
|
||||
cursor.x_rot = 0;
|
||||
cursor.y_rot = Math_PI;
|
||||
cursor.y_rot = 0;
|
||||
set_message(TTR("Rear View."), 2);
|
||||
name = TTR("Rear");
|
||||
_set_auto_orthogonal();
|
||||
|
||||
Reference in New Issue
Block a user