flushes to prevent distorted graphics in web version

This commit is contained in:
Zeno Rogue 2019-05-10 03:26:09 +02:00
parent d07e6eb386
commit 85aa80f395
1 changed files with 3 additions and 0 deletions

View File

@ -377,6 +377,7 @@ void draw_radar(bool cornermode) {
}
quickqueue();
glflush();
for(auto& r: radarpoints)
displaychr(int(cx + rad * r.h[0]), int(cy - rad * r.h[2]/3 + rad * r.h[1]*2/3), 0, 8, r.glyph, r.color);
@ -538,6 +539,7 @@ void drawStats() {
}
}
}
glflush();
calcparam();
string s0;
@ -621,6 +623,7 @@ XLAT(
#endif
}
glflush();
achievement_display();
callhooks(hooks_stats);