Skip to content

Commit

Permalink
Comment added.
Browse files Browse the repository at this point in the history
  • Loading branch information
harism committed May 10, 2011
1 parent e4c8df2 commit 2df6796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fi/harism/curl/CurlView.java
Expand Up @@ -58,6 +58,8 @@ public class CurlView extends GLSurfaceView implements View.OnTouchListener,
private long mAnimationStartTime;
private long mAnimationDurationTime = 300;
private int mAnimationTargetEvent;

// Constants for mAnimationTargetEvent.
private static final int SET_CURL_TO_LEFT = 1;
private static final int SET_CURL_TO_RIGHT = 2;

Expand Down

0 comments on commit 2df6796

Please sign in to comment.