Merge pull request #63 from DarkTigrus/fadein-fix

Circle and slider fade in.
This commit is contained in:
Jeffrey Han
2015-03-31 19:29:18 -04:00
4 changed files with 30 additions and 31 deletions

View File

@@ -168,7 +168,7 @@ public class Spinner implements HitObject {
GameImage.SPINNER_CLEAR.getImage().drawCentered(width / 2, height / 4);
int extraRotations = (int) (rotations - rotationsNeeded);
if (extraRotations > 0)
data.drawSymbolNumber(extraRotations * 1000, width / 2, height * 2 / 3, 1.0f);
data.drawSymbolNumber(extraRotations * 1000, width / 2, height * 2 / 3, 1.0f, Color.white);
}
}