1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 13:48:04 +00:00

using GLWRAP

This commit is contained in:
Zeno Rogue
2020-11-08 11:49:19 +01:00
parent 4373c03823
commit 71e8f84cec
3 changed files with 3 additions and 1 deletions

View File

@@ -5136,6 +5136,7 @@ EX int cmode;
EX void drawscreen() {
DEBBI(DF_GRAPH, ("drawscreen"));
GLWRAP;
if(vid.xres == 0 || vid.yres == 0) return;