Make HitRenderer's Playfield public so it can be used in testing.

This commit is contained in:
smoogipooo
2017-08-09 12:24:38 +09:00
parent 7345ad40db
commit dfb47b571a

View File

@ -225,7 +225,7 @@ namespace osu.Game.Rulesets.UI
/// <summary> /// <summary>
/// The playfield. /// The playfield.
/// </summary> /// </summary>
protected Playfield<TObject, TJudgement> Playfield { get; private set; } public Playfield<TObject, TJudgement> Playfield { get; private set; }
protected override Container<Drawable> Content => content; protected override Container<Drawable> Content => content;
private readonly Container content; private readonly Container content;