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