mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
checking in dmose parser and changes to make it usable
This commit is contained in:
@@ -227,7 +227,7 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
//System.out.println();
|
||||
//System.out.println("* stopping");
|
||||
|
||||
// in case stop is called during compilation
|
||||
// check for null in case stop is called during compilation
|
||||
if (applet != null) applet.stop();
|
||||
//if (window != null) window.hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user