mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move default return out of switch/case
This commit is contained in:
@ -73,10 +73,9 @@ namespace osu.Game.Screens.Select
|
||||
updateText();
|
||||
Click();
|
||||
return true;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public override void OnReleased(GlobalAction action)
|
||||
|
Reference in New Issue
Block a user