Fix transparent background when compositor is running

This commit is contained in:
dec05eba
2024-10-28 17:32:21 +01:00
parent a0f0bf33fa
commit 8cab9abe71

View File

@@ -294,7 +294,7 @@ namespace gsr {
if(!window)
return false;
window->clear();
window->clear(bg_color);
if(window_texture_sprite.get_texture() && window_texture.texture_id) {
window->draw(window_texture_sprite);