fix for OpenGL applets, and to ignore processing.xml import

This commit is contained in:
benfry
2012-03-23 21:43:00 +00:00
parent 39ad1b192a
commit 822b603a25
4 changed files with 134 additions and 12 deletions

View File

@@ -929,7 +929,7 @@ public class JavaBuild {
// }
// If the renderer is set to the built-in OpenGL library,
// then it's definitely an OpenGL applet.
if (renderer.equals("OPENGL")) {
if (renderer.equals("P3D") || renderer.equals("OPENGL")) {
openglApplet = true;
}
if (is == null) {