1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-23 17:41:21 +00:00

rogueviz:: graphs:: added glflush() to rogueviz_hud

This commit is contained in:
Zeno Rogue
2025-10-16 23:36:38 +02:00
parent 076ecafe5f
commit 7c21e9c3d5

View File

@@ -754,7 +754,7 @@ bool rogueviz_hud() {
queuestr(int(x-rad), int(y), 0, rad*(svg::in?5:3)/4, t->name, legend_color, 0, 16);
}
quickqueue();
quickqueue(); glflush();
return true;
}