mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +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();
|
updateText();
|
||||||
Click();
|
Click();
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnReleased(GlobalAction action)
|
public override void OnReleased(GlobalAction action)
|
||||||
|
Loading…
Reference in New Issue
Block a user