Skip to content

Commit

Permalink
changed Default to: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fastrde committed Aug 28, 2012
1 parent 7ac757c commit ca4e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/changeit/wmpolyfill/WebClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
private WebView view;

/** Parameters for TouchUpdater */
private boolean enableTimerClass = true; // true = use TimerClass to queue and send events, false = send events directly
private boolean enableTimerClass = false; // true = use TimerClass to queue and send events, false = send events directly
private int updateRate = 60; //Framerate for updates (Default: 60 Frames per second) play with it to see the difference ( =1 =5 etc.)
private ArrayList<String> updateTouches = new ArrayList<String>(); //holds touches since the last update
private Timer updateTimer = new Timer();
Expand Down

0 comments on commit ca4e3c4

Please sign in to comment.