SCREEN_SPACE fonts fixed, threading fixes, bezierVertex fixes

This commit is contained in:
benfry
2005-03-25 17:23:55 +00:00
parent 8fc4df78c1
commit b211d76faf
5 changed files with 49 additions and 8 deletions

View File

@@ -495,7 +495,7 @@ public class PApplet extends Applet
fpsLastMillis = 0;
if (thread != null) {
//thread.interrupt(); // wake from sleep
thread.interrupt(); // wake from sleep
}
}
}
@@ -576,7 +576,8 @@ public class PApplet extends Applet
if (THREAD_DEBUG) println(Thread.currentThread().getName() +
" 5b enter paint sync");
synchronized (g) {
//synchronized (g) {
synchronized (glock) {
if (THREAD_DEBUG) println(Thread.currentThread().getName() +
" 5c inside paint sync");
//System.out.println("5b paint has sync");