diff --git a/libs/bluepixle.js b/libs/bluepixle.js index cff6272..b7a8673 100644 --- a/libs/bluepixle.js +++ b/libs/bluepixle.js @@ -119,7 +119,7 @@ class container { this.shapes.forEach(shape => shape.render(ctx,refPos,refRot)); } if (this.containers.length) { - this.containers.forEach(container => container.renderContainer(ctx,refPos,refRot)); + this.containers.forEach(cont => cont.renderContainer(ctx,refPos,refRot)); } }