oops, remove debug change

This commit is contained in:
Ben Fry
2023-01-13 07:37:54 -05:00
parent d68041e7a9
commit 5d27b21cc9
+2 -2
View File
@@ -3,7 +3,7 @@
/*
Part of the Processing project - http://processing.org
Copyright (c) 2013-19 The Processing Foundation
Copyright (c) 2013-23 The Processing Foundation
Copyright (c) 2004-12 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
@@ -7430,7 +7430,7 @@ public class PGraphics extends PImage implements PConstants {
* @webref color:setting
* @webBrief Clears the pixels within a buffer
*/
final public void clear() {
public void clear() {
if (primaryGraphics) {
showWarning("clear() can only be used with createGraphics()");
} else {