mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Trim redundant default argument value
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Skinning
|
||||
/// <returns>A newly allocated list of available <see cref="SkinInfo"/>.</returns>
|
||||
public List<SkinInfo> GetAllUsableSkins()
|
||||
{
|
||||
var userSkins = GetAllUserSkins(false);
|
||||
var userSkins = GetAllUserSkins();
|
||||
userSkins.Insert(0, DefaultSkin.SkinInfo);
|
||||
userSkins.Insert(1, DefaultLegacySkin.SkinInfo);
|
||||
return userSkins;
|
||||
|
Reference in New Issue
Block a user