1
0
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:
smoogipooo 2017-03-23 11:25:38 +09:00
parent f3907ba831
commit b77b039d73

View File

@ -66,7 +66,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
};
}
return new TaikoHitObject
return new Hit
{
StartTime = original.StartTime,
Sample = original.Sample,