1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:18:22 +08:00

Fix head/tail circles not getting correct hit windows

This commit is contained in:
smoogipoo 2020-04-17 14:12:38 +09:00
parent 62f77a05be
commit ee5301b887

View File

@ -371,6 +371,9 @@ namespace osu.Game.Rulesets.Osu.Tests
{
HeadCircle.HitWindows = new TestHitWindows();
TailCircle.HitWindows = new TestHitWindows();
HeadCircle.HitWindows.SetDifficulty(0);
TailCircle.HitWindows.SetDifficulty(0);
};
}
}