mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'master' into UserDimLogic
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
public virtual WorkingBeatmap Beatmap
|
||||
{
|
||||
get { return beatmap; }
|
||||
get => beatmap;
|
||||
set
|
||||
{
|
||||
if (beatmap == value && beatmap != null)
|
||||
|
Reference in New Issue
Block a user