We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d5de5 commit 1aa7287Copy full SHA for 1aa7287
1 file changed
src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js
@@ -47,7 +47,7 @@ var IsoBoxCanvasRenderer = function (renderer, src, interpolationPercentage, cam
47
ctx.lineTo(sizeA, -height);
48
ctx.lineTo(sizeA, -1);
49
ctx.lineTo(0, sizeB - 1);
50
- ctx.lineTo(-sizeA, -1);
+ ctx.lineTo(-sizeA, -1);
51
ctx.lineTo(-sizeA, -height);
52
53
ctx.fill();
0 commit comments