updates for sync stuff

This commit is contained in:
benfry
2005-05-10 03:29:47 +00:00
parent 2a70f41885
commit 9d322f7227
3 changed files with 30 additions and 16 deletions

View File

@@ -358,7 +358,7 @@ public class PGraphics extends PImage implements PConstants {
/**
* Parent thread has requested that visual action be taken.
*/
public void requestDisplay(PApplet parent) {
public void requestDisplay(PApplet parent) { // ignore
parent.display();
}