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

@ -270,10 +270,9 @@ namespace osu.Game.Screens.Menu
[BackgroundDependencyLoader]
private void load()
{
InternalChild = new VideoSprite(videoStream, false)
InternalChild = new Video(videoStream, false)
{
RelativeSizeAxes = Axes.Both,
Clock = new FramedOffsetClock(Clock) { Offset = -logo_1 }
};
}
}