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:
parent
a98b8441fb
commit
fea5957170
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue