1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 15:12:57 +08:00

Fix player sizing + masking

This commit is contained in:
smoogipoo 2021-04-08 22:13:54 +09:00
parent 709016f0d6
commit 7d276144b8

View File

@ -31,6 +31,9 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
public PlayerInstance(Score score)
{
Score = score;
RelativeSizeAxes = Axes.Both;
Masking = true;
}
[BackgroundDependencyLoader]