mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Cleaned up some ImageData code.
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
virtual ~ImageData();
|
||||
|
||||
// Implements image::ImageData.
|
||||
virtual void encode(love::filesystem::File *f, ImageData::Format format);
|
||||
virtual void encode(love::filesystem::File *f, ImageData::EncodedFormat format);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user