mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updates for sync stuff
This commit is contained in:
+1
-1
@@ -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