mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Fix errors in tests due to mismatching NRT annotations
This commit is contained in:
parent
cb07f2399f
commit
2f77675fe7
@ -331,7 +331,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
|||||||
LastPlayedSamples = samples;
|
LastPlayedSamples = samples;
|
||||||
}
|
}
|
||||||
|
|
||||||
public new HitObject GetMostValidObject() => base.GetMostValidObject();
|
public new HitObject? GetMostValidObject() => base.GetMostValidObject();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -215,7 +215,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public new HitObject GetMostValidObject() => base.GetMostValidObject();
|
public new HitObject? GetMostValidObject() => base.GetMostValidObject();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user