1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

MINIMIZE_GL_CALLS in bringris

This commit is contained in:
Zeno Rogue 2020-11-01 19:59:21 +01:00
parent 342ac0805f
commit 4362f06b0b

View File

@ -36,6 +36,8 @@
#define CAP_SAVE 0
#define CAP_TRANS 0
#define MINIMIZE_GL_CALLS 0 // minimize does not currently work correctly
#ifdef BWEB
#include "../hyperweb.cpp"
#else