mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
Make CentreTarget public.
This commit is contained in:
parent
1c0b769451
commit
f737090c6b
@ -11,9 +11,9 @@ namespace osu.Game.GameModes.Menu
|
||||
{
|
||||
/// <summary>
|
||||
/// A target drawable which this flowcontainer should be centered around.
|
||||
/// This target MUST be in this FlowContainer's *direct* children.
|
||||
/// This target should be a direct child of this FlowContainer.
|
||||
/// </summary>
|
||||
internal Drawable CentreTarget;
|
||||
public Drawable CentreTarget;
|
||||
|
||||
public override Anchor Origin => Anchor.Custom;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user