mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 03:42:55 +08:00
Generate ManiaReplayFrame instead of ReplayFrame
This commit is contained in:
parent
dfd035d07b
commit
d69fa0966f
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Mania.Replays
|
|||||||
activeColumns ^= 1 << point.Column;
|
activeColumns ^= 1 << point.Column;
|
||||||
}
|
}
|
||||||
|
|
||||||
Replay.Frames.Add(new ReplayFrame(group.First().Time, activeColumns, 0, ReplayButtonState.None));
|
Replay.Frames.Add(new ManiaReplayFrame(group.First().Time, activeColumns));
|
||||||
}
|
}
|
||||||
|
|
||||||
return Replay;
|
return Replay;
|
||||||
|
Loading…
Reference in New Issue
Block a user