mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02: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.