mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fix for a bug in get(), also removed debug msg from mouse stuff
This commit is contained in:
@@ -601,7 +601,6 @@ public class PApplet extends Applet
|
||||
mousePressed();
|
||||
break;
|
||||
case MouseEvent.MOUSE_RELEASED:
|
||||
System.out.println("mouse released");
|
||||
mousePressed = false;
|
||||
mouseReleased();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user