Add comment

This commit is contained in:
Dean Herbert 2018-04-06 15:17:39 +09:00
parent 714326b606
commit cd48cb1887
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@ public class HitObjectMaskLayer : CompositeDrawable
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;