glflush on queuereset

This commit is contained in:
Zeno Rogue 2019-07-12 23:15:23 +02:00
parent d67316454c
commit 65244d11d5
1 changed files with 1 additions and 1 deletions

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() {