|
@@ -3176,7 +3176,7 @@ void Node3DEditorViewport::_menu_option(int p_option) {
|
|
} break;
|
|
} break;
|
|
case VIEW_FRONT: {
|
|
case VIEW_FRONT: {
|
|
cursor.x_rot = 0;
|
|
cursor.x_rot = 0;
|
|
- cursor.y_rot = Math_PI;
|
|
|
|
|
|
+ cursor.y_rot = 0;
|
|
set_message(TTR("Front View."), 2);
|
|
set_message(TTR("Front View."), 2);
|
|
view_type = VIEW_TYPE_FRONT;
|
|
view_type = VIEW_TYPE_FRONT;
|
|
_set_auto_orthogonal();
|
|
_set_auto_orthogonal();
|
|
@@ -3185,7 +3185,7 @@ void Node3DEditorViewport::_menu_option(int p_option) {
|
|
} break;
|
|
} break;
|
|
case VIEW_REAR: {
|
|
case VIEW_REAR: {
|
|
cursor.x_rot = 0;
|
|
cursor.x_rot = 0;
|
|
- cursor.y_rot = 0;
|
|
|
|
|
|
+ cursor.y_rot = Math_PI;
|
|
set_message(TTR("Rear View."), 2);
|
|
set_message(TTR("Rear View."), 2);
|
|
view_type = VIEW_TYPE_REAR;
|
|
view_type = VIEW_TYPE_REAR;
|
|
_set_auto_orthogonal();
|
|
_set_auto_orthogonal();
|