1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-30 08:52:52 +00:00

no textures in MINI

This commit is contained in:
Zeno Rogue 2018-02-10 15:18:17 +01:00
parent e16320278e
commit 6846604c27

View File

@ -132,7 +132,7 @@
#endif #endif
#ifndef CAP_TEXTURE #ifndef CAP_TEXTURE
#define CAP_TEXTURE (CAP_GL && (CAP_PNG || CAP_SDL_IMG)) #define CAP_TEXTURE (CAP_GL && (CAP_PNG || CAP_SDL_IMG) && !ISMINI)
#endif #endif
#ifndef CAP_MODEL #ifndef CAP_MODEL