1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 15:50:38 +08:00

Offset test case a little bit for dynamic compilation message

This commit is contained in:
smoogipoo
2018-03-19 19:49:46 +09:00
Unverified
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
};
}
}