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

Fix/restore BackBufferCopy

This commit is contained in:
Hendrik Brucker
2022-09-15 02:36:39 +02:00
parent 0a0843a67d
commit e235bca995
3 changed files with 33 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ void RendererCanvasCull::_attach_canvas_item_for_draw(RendererCanvasCull::Item *
RenderingServerDefault::redraw_request();
}
if (ci->commands != nullptr) {
if (ci->commands != nullptr || ci->copy_back_buffer) {
ci->final_transform = xform;
ci->final_modulate = modulate * ci->self_modulate;
ci->global_rect_cache = global_rect;