mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +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)
|
||||
: base(hitObject)
|
||||
{
|
||||
if (scrollingAxes == Axes.Y)
|
||||
Anchor = Anchor.TopCentre;
|
||||
else
|
||||
Anchor = Anchor.CentreLeft;
|
||||
|
||||
Anchor = scrollingAxes == Axes.Y ? Anchor.TopCentre : Anchor.CentreLeft;
|
||||
Origin = Anchor.Centre;
|
||||
|
||||
AutoSizeAxes = Axes.Both;
|
||||
|
Loading…
Reference in New Issue
Block a user