mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix AutoSize references.
This commit is contained in:
@ -29,11 +29,12 @@ namespace osu.Game.Graphics.Cursor
|
||||
return base.OnMouseUp(state, args);
|
||||
}
|
||||
|
||||
class OsuCursor : AutoSizeContainer
|
||||
class OsuCursor : Container
|
||||
{
|
||||
public OsuCursor()
|
||||
{
|
||||
Origin = Anchor.Centre;
|
||||
AutoSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
public override void Load(BaseGame game)
|
||||
|
Reference in New Issue
Block a user