working on opengl and getting things straightened out

This commit is contained in:
benfry
2005-02-27 22:18:28 +00:00
parent 8704e5a24d
commit 23b1a91e82
5 changed files with 18 additions and 17 deletions

View File

@@ -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);
}