Skip to content

Commit 7c21e9c

Browse files
committed
rogueviz:: graphs:: added glflush() to rogueviz_hud
1 parent 076ecaf commit 7c21e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rogueviz/graphs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ bool rogueviz_hud() {
754754
queuestr(int(x-rad), int(y), 0, rad*(svg::in?5:3)/4, t->name, legend_color, 0, 16);
755755
}
756756

757-
quickqueue();
757+
quickqueue(); glflush();
758758
return true;
759759
}
760760

0 commit comments

Comments
 (0)