mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixes a canvas item set to clip children being drawn as black if no children are visible
This commit is contained in:
parent
d857005f5f
commit
f25508befb
3 changed files with 37 additions and 20 deletions
|
@ -321,6 +321,7 @@ public:
|
|||
};
|
||||
|
||||
CanvasGroup *canvas_group = nullptr;
|
||||
bool use_canvas_group = false;
|
||||
int light_mask;
|
||||
int z_final;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue