mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 17:10:16 +08:00
Prevent npr in tests due to drawable ruleset not being available
This commit is contained in:
@@ -59,8 +59,11 @@ namespace osu.Game.Screens.Edit.GameplayTest
|
||||
{
|
||||
base.LoadAsyncComplete();
|
||||
|
||||
preventMissOnPreviousHitObjects();
|
||||
markPreviousObjectsHit();
|
||||
if (DrawableRuleset != null)
|
||||
{
|
||||
preventMissOnPreviousHitObjects();
|
||||
markPreviousObjectsHit();
|
||||
}
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
||||
Reference in New Issue
Block a user