1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +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
#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
#ifndef CAP_MODEL