Update usages of Animation and Video in line with framework changes

This commit is contained in:
Dean Herbert
2020-04-03 15:59:56 +09:00
parent aa74b3193e
commit 51db361c32
7 changed files with 17 additions and 17 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()