fix for a bug in get(), also removed debug msg from mouse stuff

This commit is contained in:
benfry
2004-09-21 14:15:14 +00:00
parent d1c15fc8a5
commit 448a45f9fc
5 changed files with 8 additions and 8 deletions

View File

@@ -601,7 +601,6 @@ public class PApplet extends Applet
mousePressed();
break;
case MouseEvent.MOUSE_RELEASED:
System.out.println("mouse released");
mousePressed = false;
mouseReleased();
break;