Remove redundant line when toggling cinematic preview
This commit is contained in:
committed by
robert yevdokimov
parent
4d1f26e1fd
commit
af2965a6ad
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user