working on opengl integration and fixing graphics

This commit is contained in:
benfry
2005-02-06 06:15:07 +00:00
parent b5447559aa
commit ff1f5c61cd
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();
}