diff options
| author | volzhs | 2017-01-15 23:28:34 +0900 |
|---|---|---|
| committer | volzhs | 2017-01-17 02:23:23 +0900 |
| commit | 0ecf7f7ca0eda52264850821a605d312e503b6f0 (patch) | |
| tree | 90aa4c89527b19c1066a1fadc212d33a988751e5 /tools/editor/plugins/spatial_editor_plugin.cpp | |
| parent | c356ec5e8bf1ecaa5acedc204d613c4d1c2db3db (diff) | |
| download | godot-0ecf7f7ca0eda52264850821a605d312e503b6f0.tar.gz godot-0ecf7f7ca0eda52264850821a605d312e503b6f0.tar.zst godot-0ecf7f7ca0eda52264850821a605d312e503b6f0.zip | |
Change camera default rotation
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/tools/editor/plugins/spatial_editor_plugin.cpp index f45194f53..4b67df3a9 100644 --- a/tools/editor/plugins/spatial_editor_plugin.cpp +++ b/tools/editor/plugins/spatial_editor_plugin.cpp @@ -2297,10 +2297,10 @@ void SpatialEditorViewport::reset() { message_time=0; message=""; last_message=""; - name=TTR("Top"); + name=""; - cursor.x_rot=0; - cursor.y_rot=0; + cursor.x_rot=0.5; + cursor.y_rot=0.5; cursor.distance=4; cursor.region_select=false; _update_name(); |
