got things compiling again (but nothing actually works)

This commit is contained in:
benfry
2005-02-15 05:48:26 +00:00
parent 51d5473e95
commit 48b6f117d4
3 changed files with 14 additions and 11 deletions

View File

@@ -526,7 +526,7 @@ public class PGraphics2 extends PGraphics {
public void image(PImage image,
float a, float b, float c, float d,
float u1, float v1, float u2, float v2) {
int u1, int v1, int u2, int v2) {
check_image_cache(image);
super.image(image, a, b, c, d, u1, v1, u2, v2);
}