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,
+1
View File
@@ -16,6 +16,7 @@ _ http://code.google.com/p/processing/issues/detail?id=429
_ need to finish font changes wrt native fonts before any release
_ right now not in a good place--default font will be bitmapped and ugly
_ http://code.google.com/p/processing/issues/detail?id=416
_ need to have some kind of subsetting mode, but 'subsetting' a bad name
_ present mode is no longer centering on osx?
_ bug: textAlign(RIGHT) is shutting off native fonts