1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 09:23:06 +08:00

Remove unused variable.

This commit is contained in:
Dean Herbert 2016-10-01 17:03:47 +09:00
parent 5afb038025
commit af91341704

View File

@ -22,7 +22,7 @@ namespace osu.Game.GameModes.Menu
private ButtonSystem buttons;
public override string Name => @"Main Menu";
private AudioTrack bgm;
//private AudioTrack bgm;
public override void Load()
{