mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
480f936815
Also improved memory usage in SpriteBatch. (No need to retain full copy of sprites in memory. Can read that data back later to save data from OpenGL context destruction).