Skip to content

Commit c2fb61f

Browse files
authored
Merge pull request #8038 from Iron-56/Renderer-syntax-error-fix
Fixed syntax error at disableFriendleErrors
2 parents 5229bc2 + 39f1fb0 commit c2fb61f

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)