1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +08:00

Make new beatmaps' samples match playback rate by default

This commit is contained in:
Bartłomiej Dach 2021-09-12 16:57:21 +02:00
parent 345cde251d
commit 1be8cb452f
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -129,6 +129,7 @@ namespace osu.Game.Beatmaps
Ruleset = ruleset,
Metadata = metadata,
WidescreenStoryboard = true,
SamplesMatchPlaybackRate = true,
}
}
};