mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 02:49:53 +08:00
Don't instantiate TaikoHitObject.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
|
||||
};
|
||||
}
|
||||
|
||||
return new TaikoHitObject
|
||||
return new Hit
|
||||
{
|
||||
StartTime = original.StartTime,
|
||||
Sample = original.Sample,
|
||||
|
||||
Reference in New Issue
Block a user