mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Improved support for non-PVRTC compressed texture formats in .pvr files.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
size_t len;
|
||||
} string;
|
||||
void *userdata;
|
||||
std::vector<std::pair<Variant*, Variant*> > *table;
|
||||
std::vector<std::pair<Variant*, Variant*>> *table;
|
||||
} data;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user