mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:42:58 +08:00
Remove redundant cast
This commit is contained in:
parent
404e7d62ff
commit
7cbca37e2d
@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Mania.Replays
|
|||||||
public override bool IsImportant => MouseX > 0;
|
public override bool IsImportant => MouseX > 0;
|
||||||
|
|
||||||
public ManiaReplayFrame(double time, int activeColumns)
|
public ManiaReplayFrame(double time, int activeColumns)
|
||||||
: base(time, (float)activeColumns, null, ReplayButtonState.None)
|
: base(time, activeColumns, null, ReplayButtonState.None)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user