todo items and changing the name of display() to handleDisplay()

This commit is contained in:
benfry
2006-03-23 17:35:19 +00:00
parent ef2420f8d7
commit 340ace388d
5 changed files with 17 additions and 12 deletions

View File

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