1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

possible compilation issue

This commit is contained in:
Nikolay Pultsin 2015-06-12 08:54:32 +01:00
parent a98b8441fb
commit fea5957170

View file

@ -201,7 +201,7 @@ public final class CurlAnimationProvider extends AnimationProvider {
angle = 180 - 180 / 3.1416f * (float)Math.atan2(x - cornerX, y - y1);
}
m.postRotate(angle, x, y);
canvas.drawBitmap(fgBitmap, m, myBackPaint);
canvas.drawBitmap(getBitmapFrom(), m, myBackPaint);
canvas.restore();
*/
}