diff --git a/osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapConverter.cs b/osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapConverter.cs index 06c0b6c994..0606ee4d5a 100644 --- a/osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapConverter.cs +++ b/osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapConverter.cs @@ -66,7 +66,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps }; } - return new TaikoHitObject + return new Hit { StartTime = original.StartTime, Sample = original.Sample,