mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Major rsefinements to taiko drawable classes.
This commit is contained in:
@ -133,8 +133,6 @@ namespace osu.Game.Modes.Taiko.UI
|
||||
var drumRoll = h as DrumRoll;
|
||||
if (drumRoll != null)
|
||||
{
|
||||
if (h.IsStrong)
|
||||
return new DrawableStrongDrumRoll(drumRoll);
|
||||
return new DrawableDrumRoll(drumRoll);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user