mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 11:13:02 +08:00
Don't instantiate TaikoHitObject.
This commit is contained in:
parent
f3907ba831
commit
b77b039d73
@ -66,7 +66,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
|
||||
};
|
||||
}
|
||||
|
||||
return new TaikoHitObject
|
||||
return new Hit
|
||||
{
|
||||
StartTime = original.StartTime,
|
||||
Sample = original.Sample,
|
||||
|
Loading…
Reference in New Issue
Block a user