Skip to content

Commit

Permalink
Fixed issue #20. From now on jumping away from last curl shouldn't flip
Browse files Browse the repository at this point in the history
page incorrectly.
  • Loading branch information
harism committed May 6, 2012
1 parent 8493146 commit d126829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fi/harism/curl/CurlView.java
Expand Up @@ -678,6 +678,7 @@ private void updateBitmaps() {
}
mPageRight.setBitmap(bitmapTop, bitmapBottom);

mPageRight.setFlipTexture(false);
mPageRight.setRect(mRenderer.getPageRect(CurlRenderer.PAGE_RIGHT));
mPageRight.reset();
mRenderer.addCurlMesh(mPageRight);
Expand Down

0 comments on commit d126829

Please sign in to comment.