Apply osu!-side video sprite changes

This commit is contained in:
smoogipoo
2020-03-11 18:00:39 +09:00
parent 42bc8bc50d
commit 8eb8572c73
2 changed files with 9 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Tournament.Components
if (stream != null)
{
InternalChild = video = new VideoSprite(stream)
InternalChild = video = new VideoSprite(stream, false)
{
RelativeSizeAxes = Axes.Both,
FillMode = FillMode.Fit,