mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Make HitRenderer's Playfield public so it can be used in testing.
This commit is contained in:
parent
7345ad40db
commit
dfb47b571a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user