Skip to content

Commit 1aa7287

Browse files
committed
eslint fix
1 parent 37d5de5 commit 1aa7287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var IsoBoxCanvasRenderer = function (renderer, src, interpolationPercentage, cam
4747
ctx.lineTo(sizeA, -height);
4848
ctx.lineTo(sizeA, -1);
4949
ctx.lineTo(0, sizeB - 1);
50-
ctx.lineTo(-sizeA, -1);
50+
ctx.lineTo(-sizeA, -1);
5151
ctx.lineTo(-sizeA, -height);
5252

5353
ctx.fill();

0 commit comments

Comments
 (0)