diff options
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index e07cd935..faa808d1 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -458,7 +458,7 @@ static void render_output(struct roots_output *output) { } if (server->config->debug_damage_tracking) { - wlr_renderer_clear(renderer, (float[]){1, 1, 0, 0}); + wlr_renderer_clear(renderer, (float[]){1, 1, 0, 1}); } int nrects; |