1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 22:27:25 +08:00

Merge branch 'master' into beatmap-background-disposal-fix

This commit is contained in:
Dan Balasescu 2017-08-25 13:35:38 +09:00 committed by GitHub
commit 0d7592d9a6

View File

@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Toolbar
{
public ToolbarDirectButton()
{
SetIcon(FontAwesome.fa_download);
SetIcon(FontAwesome.fa_osu_chevron_down_o);
}
[BackgroundDependencyLoader]