mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fixes a canvas item set to clip children being drawn as black if no children are visible
This commit is contained in:
@@ -321,6 +321,7 @@ public:
|
||||
};
|
||||
|
||||
CanvasGroup *canvas_group = nullptr;
|
||||
bool use_canvas_group = false;
|
||||
int light_mask;
|
||||
int z_final;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user