1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 11:23:00 +08:00
This commit is contained in:
smoogipoo 2019-07-01 23:26:53 +09:30
parent 0636df5660
commit fc8dee6123

View File

@ -83,7 +83,7 @@ namespace osu.Game.Skinning
// temporary allowance is given for skins the fact that stable handles non-animatable items such as hitcircles (incorrectly)
// by (incorrectly) displaying the first frame of animation rather than the non-animated version.
// users have userd this to "hide" certain elements like hit300.
// users have used this to "hide" certain elements like hit300.
var texture = GetTexture($"{componentName}-0") ?? GetTexture(componentName);
if (texture == null)