bmp isn't a supported format for ImageData:encode.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-03-01 23:38:34 -04:00
parent dcbe7c4871
commit bf5f0b4175
4 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -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;
*