1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00

glflush on queuereset

This commit is contained in:
Zeno Rogue 2019-07-12 23:15:23 +02:00
parent d67316454c
commit 65244d11d5

View File

@ -1161,7 +1161,7 @@ int curvestart = 0;
bool keep_curvedata = false;
void queuereset(eModel m, PPR prio) {
queueaction(prio, [m] () { pmodel = m; });
queueaction(prio, [m] () { glflush(); pmodel = m; });
}
void dqi_line::draw() {