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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user