Merge branch 'master' into mania-config-lookup-refactor

This commit is contained in:
Dean Herbert
2020-04-03 22:22:59 +09:00
committed by GitHub
22 changed files with 251 additions and 67 deletions

View File

@ -384,7 +384,7 @@ namespace osu.Game.Rulesets.Catch.UI
}
currentCatcher.Show();
(currentCatcher.Drawable as IAnimation)?.GotoFrame(0);
(currentCatcher.Drawable as IFramedAnimation)?.GotoFrame(0);
}
private void beginTrail()