Skip to content

Commit 9f336fe

Browse files
author
Lauren McCarthy
committed
removing validateparams for smooth(), no params here
1 parent 244605b commit 9f336fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ p5.prototype.rectMode = function(m) {
202202
*
203203
*/
204204
p5.prototype.smooth = function() {
205-
p5._validateParameters('smooth', arguments);
206205
this._renderer.smooth();
207206
return this;
208207
};

0 commit comments

Comments
 (0)