mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 15:47:20 +08:00
Merge pull request #2914 from tgi74/beatmap-defaults
Add BeatmapInfo's stable defaults to fix compatibility with old beatmaps
This commit is contained in:
commit
558969b2c5
@ -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…
x
Reference in New Issue
Block a user