1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 16:20:25 +08:00

Remove redundant get set

This commit is contained in:
Shivam
2020-06-29 00:59:44 +02:00
Unverified
parent 5689f27987
commit 270384e71e
+1 -1
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;