1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 05:32:56 +08:00

Merge branch 'master' into triangles-particles

This commit is contained in:
Thomas Müller 2017-05-25 16:02:47 +02:00 committed by GitHub
commit 061df80f23

View File

@ -134,7 +134,6 @@ namespace osu.Game.Overlays.Settings.Sections.General
panel.Status.BindTo(api.LocalUser.Value.Status);
dropdown.Current.TriggerChange();
dropdown.Current.ValueChanged += newValue =>
{
switch (newValue)
@ -156,6 +155,8 @@ namespace osu.Game.Overlays.Settings.Sections.General
break;
}
};
dropdown.Current.TriggerChange();
break;
}