This commit is contained in:
smoogipoo 2019-07-01 23:26:53 +09:30
parent 0636df5660
commit fc8dee6123
1 changed files with 1 additions and 1 deletions

View File

@ -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)