We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98349a0 commit 4228a5bCopy full SHA for 4228a5b
1 file changed
v3/src/gameobjects/graphics/GraphicsWebGLRenderer.js
@@ -104,6 +104,7 @@ var GraphicsWebGLRenderer = function (renderer, src, interpolationPercentage, ca
104
switch(cmd)
105
{
106
case Commands.ARC:
107
+ iteration = 0;
108
x = commandBuffer[cmdIndex + 1];
109
y = commandBuffer[cmdIndex + 2];
110
radius = commandBuffer[cmdIndex + 3];
0 commit comments