mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 18:07:28 +08:00
Fix post-merge errors.
This commit is contained in:
parent
aa565274de
commit
77bdfe880a
@ -18,7 +18,7 @@ namespace osu.Game.Modes.Taiko.Beatmaps
|
||||
|
||||
public Beatmap<TaikoHitObject> Convert(Beatmap original)
|
||||
{
|
||||
if (original is IIsLegacy)
|
||||
if (original is LegacyBeatmap)
|
||||
original.TimingInfo.ControlPoints.ForEach(c => c.VelocityAdjustment /= legacy_velocity_scale);
|
||||
|
||||
return new Beatmap<TaikoHitObject>(original)
|
||||
|
Loading…
Reference in New Issue
Block a user