1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Remove redundant get set

This commit is contained in:
Shivam 2020-06-29 00:59:44 +02:00
parent 5689f27987
commit 270384e71e

View File

@ -40,7 +40,7 @@ namespace osu.Game.Screens.Menu
protected IBindable<bool> MenuVoice { get; private set; }
protected IBindable<bool> MenuMusic { get; private set; }
private IBindable<bool> menuMusicLoop { get; set; }
private IBindable<bool> menuMusicLoop;
private WorkingBeatmap initialBeatmap;