mirror of https://github.com/ppy/osu
Fix typo
This commit is contained in:
parent
0636df5660
commit
fc8dee6123
|
@ -83,7 +83,7 @@ public override Drawable GetDrawableComponent(string componentName)
|
|||
|
||||
// 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)
|
||||
|
|
Loading…
Reference in New Issue