mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Merge conditionals for readability
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
protected override List<IInput> GetPendingInputs()
|
||||
{
|
||||
if (replayInputHandler != null && !replayInputHandler.IsActive)
|
||||
if (replayInputHandler?.IsActive == false)
|
||||
return emptyInputList;
|
||||
|
||||
return base.GetPendingInputs();
|
||||
|
Reference in New Issue
Block a user