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.
2 parents 5229bc2 + 39f1fb0 commit c2fb61fCopy full SHA for c2fb61f
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