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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user