mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
parent
7c5ce0ac7c
commit
d3c580f0bc
1 changed files with 2 additions and 0 deletions
|
|
@ -2147,6 +2147,8 @@ void SpatialEditorViewport::_notification(int p_what) {
|
|||
set_process(visible);
|
||||
|
||||
if (visible) {
|
||||
orthogonal = view_menu->get_popup()->is_item_checked(view_menu->get_popup()->get_item_index(VIEW_ORTHOGONAL));
|
||||
_update_name();
|
||||
_update_camera(0);
|
||||
} else {
|
||||
set_freelook_active(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue