Fix position not being set for the first hitobject

This commit is contained in:
smoogipoo
2019-02-20 14:13:54 +09:00
parent 5ac1288f9e
commit d25d10d8fc
3 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
[TestCase(3.8701854263563118d, "diffcalc-test")]
[TestCase(3.8701758020428221d, "diffcalc-test")]
public void Test(double expected, string name)
=> base.Test(expected, name);