mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Scope up parameter
This commit is contained in:
parent
e81d33dcec
commit
9d6720e7e6
@ -110,7 +110,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
}
|
||||
}
|
||||
|
||||
private static Texture getAnimationFrame(ISkinSource skin, TaikoMascotAnimationState state, int frameIndex)
|
||||
private static Texture getAnimationFrame(ISkin skin, TaikoMascotAnimationState state, int frameIndex)
|
||||
=> skin.GetTexture($"pippidon{state.ToString().ToLower()}{frameIndex}");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user