1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:33:21 +08:00

(de)creases for misses.

This commit is contained in:
smoogipooo 2017-04-01 16:34:30 +09:00
parent b5ef0ae0d8
commit efb589cc08

View File

@ -28,7 +28,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
private Color4 accentDarkColour;
/// <summary>
/// Rolling number of tick hits. This increases for hits and increases for misses.
/// Rolling number of tick hits. This increases for hits and decreases for misses.
/// </summary>
private int rollingHits;