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:
parent
1712a142a5
commit
3a5f37444c
@ -7,5 +7,11 @@ namespace osu.Game.GameModes.Play
|
||||
{
|
||||
public class Playfield : Container
|
||||
{
|
||||
public override void Load()
|
||||
{
|
||||
base.Load();
|
||||
|
||||
Masking = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user