1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #12110 from djrm/pr_spatial_editor_fixes

Return camera to origin when creating a new scene and going to 3d edi…
This commit is contained in:
Rémi Verschelde
2017-10-15 10:04:33 +02:00
committed by GitHub

View File

@@ -2576,6 +2576,7 @@ void SpatialEditorViewport::reset() {
cursor.y_rot = 0.5;
cursor.distance = 4;
cursor.region_select = false;
cursor.pos = Vector3();
_update_name();
}