You've already forked godot
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:
@@ -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