Fix BitmapData issues for HL

This commit is contained in:
Joshua Granick
2019-04-10 16:26:03 -07:00
parent 29f9509f9d
commit 40ccd22c79
5 changed files with 33 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ namespace lime {
int offsetX;
int offsetY;
Rectangle* rect;
/*ImageType*/ int type;
venum* type;
int version;
int width;
double x;