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

Removed textureMemoryMultiplier again; a bit more debug output for differing texture sizes

This commit is contained in:
fgenesis 2012-06-15 17:58:18 +02:00
commit b719b8fd60
5 changed files with 14 additions and 34 deletions

View file

@ -82,7 +82,6 @@ public:
void read(int tx, int ty, int w, int h, unsigned char *pixels);
unsigned char *getBufferAndSize(int *w, int *h, unsigned int *size); // returned memory must be free()'d
static int textureMemoryMultiplier; // 1. More for buggy drivers.
protected:
std::string loadName;