mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update test null check to match
This commit is contained in:
@ -278,7 +278,7 @@ namespace osu.Game.Tests.NonVisual
|
|||||||
|
|
||||||
protected override double AllowedImportantTimeSpan => 1000;
|
protected override double AllowedImportantTimeSpan => 1000;
|
||||||
|
|
||||||
protected override bool IsImportant(TestReplayFrame frame) => frame?.IsImportant ?? false;
|
protected override bool IsImportant(TestReplayFrame frame) => frame.IsImportant;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user