mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor edits
This commit is contained in:
@@ -1642,7 +1642,7 @@ public class PApplet extends Activity implements PConstants, Runnable {
|
||||
|
||||
while (paused) {
|
||||
try{
|
||||
thread.sleep(100L);
|
||||
Thread.sleep(100L);
|
||||
} catch (InterruptedException e) {
|
||||
//ignore?
|
||||
}
|
||||
|
||||
@@ -5357,7 +5357,7 @@ public class PGraphicsAndroid3D extends PGraphics {
|
||||
*/
|
||||
private int EGL_OPENGL_ES_BIT = 0x01; // EGL 1.x attribute value for
|
||||
// GL_RENDERABLE_TYPE.
|
||||
private int EGL_OPENGL_ES2_BIT = 0x04; // EGL 2.x attribute value for
|
||||
// private int EGL_OPENGL_ES2_BIT = 0x04; // EGL 2.x attribute value for
|
||||
// GL_RENDERABLE_TYPE.
|
||||
private int[] configAttribsGL = { EGL10.EGL_RED_SIZE, 4,
|
||||
EGL10.EGL_GREEN_SIZE, 4, EGL10.EGL_BLUE_SIZE, 4,
|
||||
|
||||
Reference in New Issue
Block a user