mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Move default return out of switch/case
This commit is contained in:
parent
1cf4e7f654
commit
bd3e40a8cf
@ -73,10 +73,9 @@ namespace osu.Game.Screens.Select
|
||||
updateText();
|
||||
Click();
|
||||
return true;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public override void OnReleased(GlobalAction action)
|
||||
|
Loading…
Reference in New Issue
Block a user