Merge pull request #58632 from IgorKordiukiewicz/camera-preview-toggle-crash
Fixes camera preview toggle in additional editor viewports not disappearing corectly causing a crash
This commit is contained in:
commit
3f9a6011fe
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ private:
|
|||
Node3DEditor *spatial_editor;
|
||||
|
||||
Camera3D *previewing;
|
||||
Camera3D *preview;
|
||||
Camera3D *preview = nullptr;
|
||||
|
||||
bool previewing_cinema;
|
||||
bool _is_node_locked(const Node *p_node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue