cleaning up math api

This commit is contained in:
benfry
2004-07-13 17:29:47 +00:00
parent fa37044459
commit 1daa098fe8
4 changed files with 48 additions and 5 deletions

View File

@@ -4142,6 +4142,8 @@ public class PGraphics extends PImage implements PConstants {
}
} else {
//System.out.println(getClass().getName());
//System.out.println(getClass().getResource(filename));
awtimage = gimmeImage(getClass().getResource(filename), force);
if (awtimage == null) {
awtimage =