mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 05:03:02 +08:00
Fix formatting
This commit is contained in:
parent
168dbe9329
commit
75d2cb199c
@ -93,7 +93,8 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
this.audio = audio;
|
||||
|
||||
ItemRemoved += removedInfo => {
|
||||
ItemRemoved += removedInfo =>
|
||||
{
|
||||
// check the removed skin is not the current user choice. if it is, switch back to default.
|
||||
if (removedInfo.ID == CurrentSkinInfo.Value.ID)
|
||||
CurrentSkinInfo.Value = SkinInfo.Default;
|
||||
|
Loading…
Reference in New Issue
Block a user