deal with path handling in renderers

This commit is contained in:
Ben Fry
2015-05-15 16:16:19 -04:00
parent 6ae3a56d88
commit 3d33fe3fd1
3 changed files with 10 additions and 10 deletions

View File

@@ -203,7 +203,6 @@ public class PdePreprocessor {
public String[] initSketchSize(String code, boolean sizeWarning) throws SketchException {
String[] info = parseSketchSize(code, sizeWarning);
PApplet.printArray(info);
if (info != null) {
sizeStatement = info[0];
sketchWidth = info[1];