mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
updates for sync stuff
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user