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

Allow clearing backbuffer after finishing CanvasGroup

This avoids an issue where having multiple CanvasGroups overlap
would create a weird artifact
This commit is contained in:
clayjohn
2022-10-07 14:13:40 -07:00
parent 1baefceaba
commit 4765e5fa64
2 changed files with 4 additions and 0 deletions

View File

@@ -1475,6 +1475,8 @@ void RendererCanvasRenderRD::canvas_render_items(RID p_to_render_target, Item *p
}
canvas_group_owner = nullptr;
// Backbuffer is dirty now and needs to be re-cleared if another CanvasGroup needs it.
backbuffer_cleared = false;
}
if (backbuffer_copy) {