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

@ -35,7 +35,6 @@ namespace osu.Game.Rulesets.Taiko.Replays
bool hitButton = true;
Frames.Add(new TaikoReplayFrame(-100000));
Frames.Add(new TaikoReplayFrame(Beatmap.HitObjects[0].StartTime - 1000));
for (int i = 0; i < Beatmap.HitObjects.Count; i++)