mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
This was quite ridiculous. TILESTATE_LAST = 1 << 24 Basically we were creating 2^24 Color structures within the array, each of them has 4 floats (16 bytes) resulting in about 256 MB of extra wasted memory.