Return camera to origin when creating a new scene and going to 3d editor.
This commit is contained in:
parent
4585239a4b
commit
c04f8721f3
|
@ -2576,6 +2576,7 @@ void SpatialEditorViewport::reset() {
|
|||
cursor.y_rot = 0.5;
|
||||
cursor.distance = 4;
|
||||
cursor.region_select = false;
|
||||
cursor.pos = Vector3();
|
||||
_update_name();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue