mirror of
https://github.com/osukey/osukey.git
synced 2025-07-13 14:19:55 +09:00
Fix CI.
This commit is contained in:
@ -106,11 +106,7 @@ namespace osu.Desktop.Tests.Visual
|
|||||||
public DrawableTestHitObject(Axes scrollingAxes, TestHitObject hitObject)
|
public DrawableTestHitObject(Axes scrollingAxes, TestHitObject hitObject)
|
||||||
: base(hitObject)
|
: base(hitObject)
|
||||||
{
|
{
|
||||||
if (scrollingAxes == Axes.Y)
|
Anchor = scrollingAxes == Axes.Y ? Anchor.TopCentre : Anchor.CentreLeft;
|
||||||
Anchor = Anchor.TopCentre;
|
|
||||||
else
|
|
||||||
Anchor = Anchor.CentreLeft;
|
|
||||||
|
|
||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
|
Reference in New Issue
Block a user