1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 05:52:56 +08:00

Add BeatmapInfo's stable defaults to fix compatibility with old maps

This commit is contained in:
tgi74000 2018-06-28 19:02:38 +02:00
parent 71b759841b
commit b0739023ce

View File

@ -66,8 +66,8 @@ namespace osu.Game.Beatmaps
// General // General
public int AudioLeadIn { get; set; } public int AudioLeadIn { get; set; }
public bool Countdown { get; set; } public bool Countdown { get; set; } = true;
public float StackLeniency { get; set; } public float StackLeniency { get; set; } = 0.7f;
public bool SpecialStyle { get; set; } public bool SpecialStyle { get; set; }
public int RulesetID { get; set; } public int RulesetID { get; set; }