1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-25 07:20:09 +00:00

no more need for disabling MINIMIZE_GL_CALLS

This commit is contained in:
Zeno Rogue 2021-02-07 20:41:22 +01:00
parent b744107069
commit 6e33333b0c

View File

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