1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Add back Playfield masking.

This commit is contained in:
Dean Herbert 2016-09-21 13:21:55 +09:00
parent 1712a142a5
commit 3a5f37444c

View File

@ -7,5 +7,11 @@ namespace osu.Game.GameModes.Play
{
public class Playfield : Container
{
public override void Load()
{
base.Load();
Masking = true;
}
}
}