mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
lots of fixes for 0070p7
This commit is contained in:
@@ -90,8 +90,7 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
windowLocation.x + "," + windowLocation.y) :
|
||||
(PApplet.EXT_LOCATION + x1 + "," + y1);
|
||||
|
||||
System.out.println("library path is " + sketch.libraryPath);
|
||||
|
||||
//System.out.println("library path is " + sketch.libraryPath);
|
||||
String command[] = new String[] {
|
||||
//"cmd", "/c", "start",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user