1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fixes a canvas item set to clip children being drawn as black if no children are visible

This commit is contained in:
SlugFiller
2023-03-07 08:09:39 +02:00
parent d857005f5f
commit f25508befb
3 changed files with 37 additions and 20 deletions

View File

@@ -321,6 +321,7 @@ public:
};
CanvasGroup *canvas_group = nullptr;
bool use_canvas_group = false;
int light_mask;
int z_final;