mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Removed redundant variable
This commit is contained in:
parent
b9cf0e47ee
commit
b4437329cc
@ -53,17 +53,14 @@ namespace osu.Game.Overlays
|
||||
private Container dragContainer;
|
||||
private Container playerContainer;
|
||||
|
||||
private bool allowBeatmapChange = true;
|
||||
|
||||
public bool AllowBeatmapChange
|
||||
{
|
||||
get
|
||||
{
|
||||
return allowBeatmapChange;
|
||||
return playlist.AllowBeatmapChange;
|
||||
}
|
||||
set
|
||||
{
|
||||
allowBeatmapChange = value;
|
||||
playlist.AllowBeatmapChange = value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user