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:
parent
6a3601efdc
commit
501d52dd89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user