1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Use Fit FillFode

This commit is contained in:
Andrei Zavatski 2019-09-14 06:28:59 +03:00
parent 9a94405b3a
commit a36c808682

View File

@ -60,7 +60,7 @@ namespace osu.Game.Screens.Play
Masking = true;
video.RelativeSizeAxes = Axes.Both;
video.FillMode = FillMode.Fill;
video.FillMode = FillMode.Fit;
video.Anchor = Anchor.Centre;
video.Origin = Anchor.Centre;