mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
Add BeatmapInfo's stable defaults to fix compatibility with old maps
This commit is contained in:
parent
71b759841b
commit
b0739023ce
@ -66,8 +66,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
// General
|
||||
public int AudioLeadIn { get; set; }
|
||||
public bool Countdown { get; set; }
|
||||
public float StackLeniency { get; set; }
|
||||
public bool Countdown { get; set; } = true;
|
||||
public float StackLeniency { get; set; } = 0.7f;
|
||||
public bool SpecialStyle { get; set; }
|
||||
|
||||
public int RulesetID { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user