mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Simplified some compressed image parsing code.
--HG-- branch : minor
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
DecodedImage decode(Data *data) override;
|
||||
EncodedImage encode(const DecodedImage &img, EncodedFormat format) override;
|
||||
|
||||
void free(unsigned char *mem) override;
|
||||
void freeRawPixels(unsigned char *mem) override;
|
||||
|
||||
}; // STBHandler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user