copyPixels alpha position fix (resolve #1707)

This commit is contained in:
Joshua Granick
2017-09-13 16:03:30 -07:00
parent 16174810b1
commit c5184e41bb
3 changed files with 31 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ namespace lime {
ImageDataView (Image* image, Rectangle* rect);
void Clip (int x, int y, int width, int height);
bool HasRow (int y);
int Row (int y);
int x;