1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

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

View File

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