better note here

This commit is contained in:
Ben Fry
2015-06-06 19:14:32 -04:00
parent 9c73bf00ce
commit 4807f3f0b8

View File

@@ -3569,7 +3569,7 @@ public class PGraphics extends PImage implements PConstants {
if (primaryGraphics) {
parent.smooth(quality);
} else {
// make sure beginDraw() not called yet
// for createGraphics(), make sure beginDraw() not called yet
if (settingsInited) {
// ignore if it's just a repeat of the current state
if (this.smooth != quality) {