Fix failing test

This commit is contained in:
Dean Herbert 2019-10-21 18:10:00 +09:00
parent 9f004186d5
commit 1bf5f9313f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ private void addRimHit(bool strong)
private class TestStrongNestedHit : DrawableStrongNestedHit
{
public TestStrongNestedHit(DrawableHitObject mainObject)
: base(null, mainObject)
: base(new StrongHitObject { StartTime = mainObject.HitObject.StartTime }, mainObject)
{
}