1
0
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:
smoogipoo 2018-03-19 19:49:46 +09:00
parent 6b035e8c53
commit 66e4e45882

View File

@ -24,7 +24,8 @@ namespace osu.Game.Tests.Visual
Child = new BeatSnapVisualiser
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre
Origin = Anchor.Centre,
Y = -200
};
}
}