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

Remove redundant empty statement

This commit is contained in:
Dean Herbert 2018-07-13 21:27:09 +09:00
parent 6d8923a37c
commit ac35e8bd99

View File

@ -198,7 +198,7 @@ namespace osu.Game
}
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(beatmap.Beatmaps.First());
};
}
switch (currentScreen)
{