mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:09:57 +08:00
Fix formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user