mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 03:03:05 +08:00
Remove legacy default setter for SamplesMatchPlaybackRate
now that it's the default
This commit is contained in:
parent
a76b4418b9
commit
c590bef4c3
@ -192,7 +192,6 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
private static void applyLegacyDefaults(BeatmapInfo beatmapInfo)
|
private static void applyLegacyDefaults(BeatmapInfo beatmapInfo)
|
||||||
{
|
{
|
||||||
beatmapInfo.WidescreenStoryboard = false;
|
beatmapInfo.WidescreenStoryboard = false;
|
||||||
beatmapInfo.SamplesMatchPlaybackRate = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void ParseLine(Beatmap beatmap, Section section, string line)
|
protected override void ParseLine(Beatmap beatmap, Section section, string line)
|
||||||
|
Loading…
Reference in New Issue
Block a user