mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Remove redundant length check
This commit is contained in:
parent
e17cd9e964
commit
61b396f235
@ -21,7 +21,6 @@ namespace osu.Game.Rulesets.Mania.Replays
|
|||||||
public ManiaReplayFrame(double time, params ManiaAction[] actions)
|
public ManiaReplayFrame(double time, params ManiaAction[] actions)
|
||||||
: base(time)
|
: base(time)
|
||||||
{
|
{
|
||||||
if (actions.Length > 0)
|
|
||||||
Actions.AddRange(actions);
|
Actions.AddRange(actions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user