mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix rewind tests failing
This commit is contained in:
@ -49,6 +49,7 @@ namespace osu.Game.Rulesets.Mania.Replays
|
||||
{
|
||||
// Todo: Realistically this shouldn't be needed, but the first frame is skipped with the way replays are currently handled
|
||||
Replay.Frames.Add(new ManiaReplayFrame(-100000, 0));
|
||||
Replay.Frames.Add(new ManiaReplayFrame(0, 0));
|
||||
|
||||
var pointGroups = generateActionPoints().GroupBy(a => a.Time).OrderBy(g => g.First().Time);
|
||||
|
||||
|
Reference in New Issue
Block a user