mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Fix CI.
This commit is contained in:
parent
2715324a76
commit
e6c100da27
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user