Drawn effects bug fix.

This commit is contained in:
Steve 2016-03-10 11:56:27 +00:00
parent 80658d6537
commit 812f69b02e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ void doEffects(void)
break;
}
if (onScreen);
if (onScreen)
{
effectsToDraw[i++] = e;