1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 23:01:12 +08:00

Remove redundant empty statement

This commit is contained in:
Dean Herbert
2018-07-13 21:27:09 +09:00
Unverified
parent 6d8923a37c
commit ac35e8bd99
+1 -1
View File
@@ -198,7 +198,7 @@ namespace osu.Game
}
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(beatmap.Beatmaps.First());
};
}
switch (currentScreen)
{