minor edits

This commit is contained in:
benfry
2010-11-16 18:51:05 +00:00
parent bb3cfdf78a
commit aa0407e6e4
3 changed files with 3 additions and 2 deletions
@@ -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,