mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
that should be destroy not stop
This commit is contained in:
@@ -586,7 +586,8 @@ public class PApplet extends Activity implements PConstants, Runnable {
|
||||
|
||||
|
||||
public void onDestroy() {
|
||||
stop();
|
||||
// stop();
|
||||
dispose();
|
||||
if (PApplet.DEBUG) {
|
||||
System.out.println("PApplet.onDestroy() called");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user