1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Change the default editor camera rotation to position it in +X +Y +Z

(cherry picked from commit 6c2df6792b)
This commit is contained in:
Aaron Franke
2020-06-07 13:21:29 -04:00
committed by Rémi Verschelde
parent eb6c7ec09c
commit 0b6a410890
2 changed files with 4 additions and 6 deletions

View File

@@ -3407,11 +3407,7 @@ void SpatialEditorViewport::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();
}