We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d0d01 commit 1adc157Copy full SHA for 1adc157
src/events/mouse.js
@@ -189,7 +189,7 @@ p5.prototype._hasMouseInteracted = false;
189
*
190
* // Load a font for WebGL mode.
191
* function preload() {
192
- * font = loadFont('assets/Inconsolata.otf');
+ * font = loadFont('assets/inconsolata.otf');
193
* }
194
195
* function setup() {
@@ -300,7 +300,7 @@ p5.prototype.mouseX = 0;
300
301
302
303
304
305
306
0 commit comments