mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Offset test case a little bit for dynamic compilation message
This commit is contained in:
parent
6b035e8c53
commit
66e4e45882
@ -24,7 +24,8 @@ namespace osu.Game.Tests.Visual
|
||||
Child = new BeatSnapVisualiser
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre
|
||||
Origin = Anchor.Centre,
|
||||
Y = -200
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user