1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #39372 from aaronfranke/editor-cam-rot

Change the default editor camera rotation to position it in +X +Y +Z
This commit is contained in:
Rémi Verschelde
2020-06-09 14:11:30 +02:00
committed by GitHub
2 changed files with 4 additions and 6 deletions

View File

@@ -3419,11 +3419,7 @@ void Node3DEditorViewport::reset() {
last_message = "";
name = "";
cursor.x_rot = 0.5;
cursor.y_rot = 0.5;
cursor.distance = 4;
cursor.region_select = false;
cursor.pos = Vector3();
cursor = Cursor();
_update_name();
}