We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59651d6 commit 2b265c1Copy full SHA for 2b265c1
libvisual-plugins/plugins/actor/JESS/draw.c
@@ -69,7 +69,7 @@ void fusee(JessPrivate *priv, uint8_t * buffer, int new)
69
while (priv->life[i] > 0)
70
{
71
i++;
72
- if (i == FUSEE_MAX+1)
+ if (i == FUSEE_MAX)
73
return;
74
}
75
priv->xi[i] = visual_random_context_int(priv->rcontext) % priv->resx - priv->xres2;
0 commit comments