Change some BeatmapInfo defaults in a backwards compatible manner

This commit is contained in:
Bartłomiej Dach
2022-01-27 21:41:30 +01:00
parent 7dc3940dee
commit 1b8136e3e0
3 changed files with 18 additions and 10 deletions

View File

@ -99,11 +99,11 @@ namespace osu.Game.Beatmaps
public bool LetterboxInBreaks { get; set; }
public bool WidescreenStoryboard { get; set; }
public bool WidescreenStoryboard { get; set; } = true;
public bool EpilepsyWarning { get; set; }
public bool SamplesMatchPlaybackRate { get; set; }
public bool SamplesMatchPlaybackRate { get; set; } = true;
public double DistanceSpacing { get; set; }