mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
making error msg a little more terse
This commit is contained in:
+1
-1
@@ -738,7 +738,7 @@ public class PApplet extends Applet
|
||||
}
|
||||
|
||||
String openglError =
|
||||
"Before using OpenGL, you must first select " +
|
||||
"Before using OpenGL, first select " +
|
||||
"Import Library > opengl from the Sketch menu.";
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user