Merge branch 'master' into UserDimLogic

This commit is contained in:
Dean Herbert
2019-02-28 17:18:04 +09:00
committed by GitHub
328 changed files with 1437 additions and 807 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.Backgrounds
public virtual WorkingBeatmap Beatmap
{
get { return beatmap; }
get => beatmap;
set
{
if (beatmap == value && beatmap != null)