diff --git a/project/src/graphics/utils/ImageDataUtil.cpp b/project/src/graphics/utils/ImageDataUtil.cpp index 2921bf33f..c64b9a1c9 100644 --- a/project/src/graphics/utils/ImageDataUtil.cpp +++ b/project/src/graphics/utils/ImageDataUtil.cpp @@ -215,7 +215,6 @@ namespace lime { Rectangle alphaRect = Rectangle (alphaPoint->x, alphaPoint->y, alphaImage->width, alphaImage->height); ImageDataView alphaView = ImageDataView (alphaImage, &alphaRect); - alphaView.Offset (sourceView.x, sourceView.y); destView.Clip (destPoint->x, destPoint->y, alphaView.width, alphaView.height); @@ -893,4 +892,4 @@ namespace lime { } -} \ No newline at end of file +}