1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Fix testcase containing bad hitobject

This commit is contained in:
smoogipoo 2019-12-23 19:08:16 +09:00
parent 3e03916c39
commit c766477abc

View File

@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Osu.Tests
EndTime = 6000,
},
// placeholder object to avoid hitting the results screen
new HitObject
new HitCircle
{
StartTime = 99999,
}