Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed wrongly pasted chars
  • Loading branch information
Gaweph committed Jan 28, 2022
commit fa068490dd746e4e85bcb547b2c88aa67e8f1c83
2 changes: 1 addition & 1 deletion src/core/shape/vertex.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ p5.prototype.quadraticVertex = function(...args) {
* @param {Number} [v] the vertex's texture v-coordinate
* @chainable
*/
p5.prototype.vertex = function(x, y, moveTo, u, v) {) {
p5.prototype.vertex = function(x, y, moveTo, u, v) {
if (this._renderer.isP3D) {
this._renderer.vertex(...arguments);
} else {
Expand Down