mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix incorrect return value
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Skinning
|
||||
protected ISkin GetRulesetTransformedSkin(ISkin skin)
|
||||
{
|
||||
if (!(skin is LegacySkin))
|
||||
return null;
|
||||
return skin;
|
||||
|
||||
var rulesetTransformed = Ruleset.CreateLegacySkinProvider(skin, Beatmap);
|
||||
if (rulesetTransformed != null)
|
||||
|
Reference in New Issue
Block a user