1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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>
/// The playfield.
/// </summary>
protected Playfield<TObject, TJudgement> Playfield { get; private set; }
public Playfield<TObject, TJudgement> Playfield { get; private set; }
protected override Container<Drawable> Content => content;
private readonly Container content;