mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 05:52:56 +08:00
Make CentreTarget public.
This commit is contained in:
parent
1c0b769451
commit
f737090c6b
@ -11,9 +11,9 @@ namespace osu.Game.GameModes.Menu
|
|||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A target drawable which this flowcontainer should be centered around.
|
/// 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>
|
/// </summary>
|
||||||
internal Drawable CentreTarget;
|
public Drawable CentreTarget;
|
||||||
|
|
||||||
public override Anchor Origin => Anchor.Custom;
|
public override Anchor Origin => Anchor.Custom;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user