mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
the return of the renderer menu, and some fixes for classpath
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user