Cosmetica-cc / Cosmetica

Custom public cosmetics, Free for everyone. Forever. Ongoing Development is happening at Cosmetica-2, still WIP
https://cosmetica.cc
Apache License 2.0
54 stars 11 forks source link

Fixed out of memory issues #19

Closed BelgianSalamander closed 2 years ago

BelgianSalamander commented 2 years ago

When loading large capes (or any texture) from base 64, the memory buffer would be created on the stack which did not hold enough memory. This fix makes it use the heap if the image is large.