mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
fix for OpenGL applets, and to ignore processing.xml import
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user