cleaning and notes

This commit is contained in:
benfry
2005-06-13 13:36:39 +00:00
parent 52168b4a6a
commit bc9d78a641
4 changed files with 30 additions and 48 deletions
-10
View File
@@ -1792,16 +1792,6 @@ public class PGraphics extends PImage implements PConstants {
public void text(String s, float x, float y) {
text(s, x, y, 0);
/*
text(s, x, y, 0);
if (textFont != null) {
if (textMode == SCREEN) loadPixels();
textFont.text(s, x, y, this);
if (textMode == SCREEN) updatePixels();
} else {
throw new RuntimeException("use textFont() before text()");
}
*/
}