Skip to content

Commit

Permalink
Fixed enabling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz-momi committed Apr 6, 2015
1 parent 534fc90 commit 9752a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/asdev/libjam/mt/TouchHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ public void onRelease(int tid){
*/
public static void onUpdate(double x, double y, int id){
//make sure it is enabled
// if(!enabled)
// return;
if(!enabled)
return;

int corrId = id % 10;
//check if touch was active before, if wasn't call onTouch
Expand Down

0 comments on commit 9752a15

Please sign in to comment.