mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
making processingapplet run smoothly, properly destroy old ones (though no gc), proper file cleanup
This commit is contained in:
@@ -112,7 +112,7 @@ public class PdeRunner implements Runnable {
|
||||
forceStop = false;
|
||||
*/
|
||||
|
||||
engine = new KjcEngine(program);
|
||||
engine = new KjcEngine(program, env);
|
||||
engine.start();
|
||||
}
|
||||
//System.out.println("finished");
|
||||
|
||||
Reference in New Issue
Block a user