working on opengl integration and fixing graphics

This commit is contained in:
benfry
2005-02-06 06:15:07 +00:00
parent 49d5b5a84e
commit d121acd462
5 changed files with 30 additions and 94 deletions

View File

@@ -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();
}