Remove AutoGenerator workaround of now-fixed issue

This commit is contained in:
ekrctb
2021-04-16 13:06:02 +09:00
parent 91c7d8d26c
commit a965e8a75d
5 changed files with 8 additions and 19 deletions

View File

@ -70,10 +70,6 @@ namespace osu.Game.Rulesets.Mania.Replays
}
}
// todo: can be removed once FramedReplayInputHandler correctly handles rewinding before first frame.
if (Replay.Frames.Count == 0)
Replay.Frames.Add(new ManiaReplayFrame(group.First().Time - 1));
Replay.Frames.Add(new ManiaReplayFrame(group.First().Time, actions.ToArray()));
}