GLERR after drawqueue just in case

This commit is contained in:
Zeno Rogue 2020-08-20 16:48:55 +02:00
parent 1680693ec9
commit 351f45f693
1 changed files with 2 additions and 0 deletions

View File

@ -2308,6 +2308,8 @@ EX void drawqueue() {
if(!keep_curvedata) {
curvedata.clear(); curvestart = 0;
}
GLERR("drawqueue");
}
#if HDR