the return of the renderer menu, and some fixes for classpath

This commit is contained in:
benfry
2005-02-01 14:43:26 +00:00
parent 4ad5f809e7
commit 8daeb0a8be
7 changed files with 114 additions and 31 deletions

View File

@@ -1098,6 +1098,11 @@ public class PdeSketch {
externalRuntime = true;
}
// if running in opengl mode, this is gonna be external
if (PdePreferences.get("renderer").equals("opengl")) {
externalRuntime = true;
}
// 2. run preproc on that code using the sugg class name
// to create a single .java file and write to buildpath