mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
shutting off external stop messages once again
This commit is contained in:
@@ -4545,7 +4545,7 @@ v PApplet.this.stop();
|
||||
setPriority(Thread.MIN_PRIORITY);
|
||||
*/
|
||||
final Worker worker = new Worker();
|
||||
worker.start();
|
||||
//worker.start();
|
||||
|
||||
/*
|
||||
final SwingWorker worker = new SwingWorker() {
|
||||
|
||||
Reference in New Issue
Block a user