1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +08:00

More formatting

This commit is contained in:
DrabWeb
2017-04-29 06:17:50 -03:00
Unverified
parent 3f73799975
commit ef811f3cf3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ namespace osu.Game.Overlays
play(playList.First().Beatmaps[0], true);
else
return;
}
}
if (current.Track.IsRunning)
current.Track.Stop();
else
+2 -2
View File
@@ -236,7 +236,7 @@ namespace osu.Game.Overlays
{
newItems.Add(new PlaylistItem(value[i], i)
{
OnSelect = OnSelect,
OnSelect = OnSelect,
});
}
@@ -380,7 +380,7 @@ namespace osu.Game.Overlays
{
foreach (OsuSpriteText t in artist)
t.Colour = colours.Gray9;
icon.Colour = colours.Gray5;
currentColour = colours.Yellow;
}