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
linting formatting
  • Loading branch information
Gaweph committed Jan 28, 2022
commit 774876c319aba80676eaf82ec04bfd2480a7bd3e
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