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
commit eeb9257a95

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();
}