mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-24 11:37:15 -04:00
Fix[code]: Post-merge conflict fix
This commit is contained in:
@@ -74,7 +74,7 @@ public class RegionDecoderCropBehaviour extends BitmapCropBehaviour {
|
||||
(int) subsectionRect.right,
|
||||
(int) subsectionRect.bottom
|
||||
);
|
||||
transformRect(subsectionRect, matrix);
|
||||
MatrixUtils.transformRect(subsectionRect, matrix);
|
||||
targetDrawRect.set(subsectionRect);
|
||||
return mBitmapDecoder.decodeRegion(bitmapRegionRect, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user