cleaning up todo lists, make smooth() the default

This commit is contained in:
benfry
2011-11-13 00:46:26 +00:00
parent 5b9a5274e5
commit a577f7ad0d
5 changed files with 36 additions and 39 deletions

View File

@@ -663,9 +663,7 @@ public class PGraphics extends PImage implements PConstants {
* This is currently called by checkSettings(), during beginDraw().
*/
protected void defaultSettings() { // ignore
// System.out.println("PGraphics.defaultSettings() " + width + " " + height);
noSmooth(); // 0149
smooth(); // 2.0a5
colorMode(RGB, 255);
fill(255);