mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
cleaning up todo lists, make smooth() the default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user