Missed one for the last commit

master
MadcowOG 2023-04-20 15:34:04 -07:00
parent 90582a831d
commit 58c4d285ba
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ void bar_tags_render(struct Pipeline *pipeline, struct Bar *bar, cairo_t *painte
return;
struct Tag *tag;
for (int i = 0; i < LENGTH(tags); i++) {
for (int i = 0; i < LENGTH(bar->tags); i++) {
tag = &bar->tags[i];
if (tag->state & Tag_Active)