Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomGamingDev committed May 9, 2024
1 parent bef791a commit 7b5ea50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/typography/loading_displaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ p5.prototype.text = function(str, x, y, maxWidth, maxHeight) {
* <code>
* // WEBGL Example
* function preload() {
* createCanvas(100, 100, WEBGL);
* textFont('Courier New'); // In WebGL textFont has to be executed in preload
* createCanvas(100, 100, WEBGL);
* textFont('Courier New'); // In WebGL textFont has to be executed in preload
* }
*
* function setup() {
Expand Down

0 comments on commit 7b5ea50

Please sign in to comment.