mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
working on opengl integration and fixing graphics
This commit is contained in:
@@ -49,7 +49,7 @@ public class PdeBase {
|
||||
|
||||
static String openedAtStartup;
|
||||
|
||||
static ClassLoader loader;
|
||||
//static ClassLoader loader;
|
||||
|
||||
PdeEditor editor;
|
||||
|
||||
@@ -144,7 +144,7 @@ public class PdeBase {
|
||||
|
||||
|
||||
// maybe?
|
||||
loader = new PdeClassLoader();
|
||||
//loader = new PdeClassLoader();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user