mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Fix transparent background when compositor is running
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user