1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-23 17:33:09 +08:00

Remove legacy default setter for SamplesMatchPlaybackRate now that it's the default

This commit is contained in:
Dean Herbert 2024-11-22 19:05:29 +09:00
parent a76b4418b9
commit c590bef4c3
No known key found for this signature in database

View File

@ -192,7 +192,6 @@ namespace osu.Game.Beatmaps.Formats
private static void applyLegacyDefaults(BeatmapInfo beatmapInfo)
{
beatmapInfo.WidescreenStoryboard = false;
beatmapInfo.SamplesMatchPlaybackRate = false;
}
protected override void ParseLine(Beatmap beatmap, Section section, string line)