mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Cosmetic code improvements
--HG-- branch : image-CompressedData
This commit is contained in:
@@ -62,8 +62,8 @@ public:
|
||||
// by a sub-image.
|
||||
struct SubImage
|
||||
{
|
||||
size_t size;
|
||||
int width, height;
|
||||
size_t size;
|
||||
std::vector<unsigned char> data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user