1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 22:22:56 +08:00

Add comment

This commit is contained in:
Dean Herbert 2018-04-06 15:17:39 +09:00
parent 714326b606
commit cd48cb1887

View File

@ -21,7 +21,9 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Layers
public HitObjectMaskLayer(Playfield playfield, HitObjectComposer composer)
{
// we need the playfield as HitObjects may not be initialised until its BDL.
this.playfield = playfield;
this.composer = composer;
RelativeSizeAxes = Axes.Both;