1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-05 13:51:04 +00:00

Allow custom capes in mods

This commit is contained in:
fgenesis 2015-03-09 04:55:03 +01:00
commit 9973afbac6
5 changed files with 18 additions and 25 deletions

View file

@ -62,7 +62,7 @@ public:
static ImageTGA *TGAloadMem(void *mem, int size);
static bool useMipMaps;
bool repeat, repeating;
bool repeat, repeating, failed;
#ifdef BBGE_BUILD_OPENGL
static GLint filter;