Fix windows imageBuffer transparent value

This commit is contained in:
MrCdK
2015-04-24 00:33:19 +02:00
parent 02916119ca
commit 7703a8e2c0
4 changed files with 9 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ namespace lime {
ByteArray *data;
int height;
int width;
bool transparent;
private: