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
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ public int? OnlineBeatmapID
// 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; }