mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
working on opengl and getting things straightened out
This commit is contained in:
@@ -4399,11 +4399,6 @@ v PApplet.this.stop();
|
||||
}
|
||||
|
||||
|
||||
public void pixelsUpdated() {
|
||||
g.pixelsUpdated();
|
||||
}
|
||||
|
||||
|
||||
public int get(int x, int y) {
|
||||
return g.get(x, y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user