Skip to content

Commit 39f1fb0

Browse files
committed
Fixed syntax error at disableFriendleErrors
1 parent bfe2867 commit 39f1fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.RendererGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ class RendererGL extends Renderer {
764764

765765
_prepareUserAttributes(geometry, shader) {
766766
for (const buff of this.buffers.user) {
767-
if (!this._pInst.constructor.disableFriendleErrors) {
767+
if (!this._pInst.constructor.disableFriendlyErrors) {
768768
// Check for the right data size
769769
const prop = geometry.userVertexProperties[buff.attr];
770770
if (prop) {

0 commit comments

Comments
 (0)