mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
name change to resolve conflict
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user