Remove redundant line when toggling cinematic preview
This commit is contained in:
parent
4d1f26e1fd
commit
af2965a6ad
1 changed files with 0 additions and 1 deletions
|
|
@ -3812,7 +3812,6 @@ void Node3DEditorViewport::_menu_option(int p_option) {
|
|||
bool current = view_display_menu->get_popup()->is_item_checked(idx);
|
||||
current = !current;
|
||||
view_display_menu->get_popup()->set_item_checked(idx, current);
|
||||
previewing_cinema = true;
|
||||
_toggle_cinema_preview(current);
|
||||
|
||||
if (current) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue