From aca2ab425804598da9b06b5e5a5acb2de853c45a Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Wed, 9 Feb 2022 15:25:50 -0700 Subject: [PATCH] name change to resolve conflict --- libs/bluepixle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }