mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
todo items and changing the name of display() to handleDisplay()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user