mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds"))
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
{
|
||||
int width, height;
|
||||
size_t size;
|
||||
std::vector<unsigned char> data;
|
||||
char *data;
|
||||
};
|
||||
|
||||
CompressedData();
|
||||
|
||||
Reference in New Issue
Block a user