mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
bmp isn't a supported format for ImageData:encode.
--HG-- branch : minor
This commit is contained in:
@@ -289,7 +289,7 @@ private:
|
||||
* indices[i*6 + 1] = i*4 + 1;
|
||||
* indices[i*6 + 2] = i*4 + 2;
|
||||
*
|
||||
* indices[i*6 + 3] = i*4 + 0;
|
||||
* indices[i*6 + 3] = i*4 + 1;
|
||||
* indices[i*6 + 4] = i*4 + 2;
|
||||
* indices[i*6 + 5] = i*4 + 3;
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user