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 bfe2867 commit 39f1fb0Copy full SHA for 39f1fb0
src/webgl/p5.RendererGL.js
@@ -764,7 +764,7 @@ class RendererGL extends Renderer {
764
765
_prepareUserAttributes(geometry, shader) {
766
for (const buff of this.buffers.user) {
767
- if (!this._pInst.constructor.disableFriendleErrors) {
+ if (!this._pInst.constructor.disableFriendlyErrors) {
768
// Check for the right data size
769
const prop = geometry.userVertexProperties[buff.attr];
770
if (prop) {
0 commit comments