mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Fix transparent background when compositor is running
This commit is contained in:
@@ -294,7 +294,7 @@ namespace gsr {
|
|||||||
if(!window)
|
if(!window)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
window->clear();
|
window->clear(bg_color);
|
||||||
|
|
||||||
if(window_texture_sprite.get_texture() && window_texture.texture_id) {
|
if(window_texture_sprite.get_texture() && window_texture.texture_id) {
|
||||||
window->draw(window_texture_sprite);
|
window->draw(window_texture_sprite);
|
||||||
|
|||||||
Reference in New Issue
Block a user