1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Good catch resharper 👍.

This commit is contained in:
smoogipooo 2017-04-03 14:28:28 +09:00
parent 6a3601efdc
commit 501d52dd89

View File

@ -46,7 +46,7 @@ namespace osu.Game.Modes.Taiko.UI
}
var rimHit = h as RimHit;
if (centreHit != null)
if (rimHit != null)
{
if (h.IsStrong)
return new DrawableStrongRimHit(rimHit);