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:
parent
0ea9ba0770
commit
b719b8fd60
5 changed files with 14 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue