Fix non functional Node3D op_level property

Fixes #50813.
This commit is contained in:
Christian Ringshofer
2023-05-29 22:52:53 +02:00
parent 72f7131be1
commit 20e8189f5d
2 changed files with 6 additions and 11 deletions

View File

@@ -101,7 +101,6 @@ private:
Viewport *viewport = nullptr;
bool top_level_active = false;
bool top_level = false;
bool inside_world = false;