mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 04:32:57 +08:00
Remove unnecessary discard
This commit is contained in:
parent
2249c97a6f
commit
d47a8b2e26
@ -33,7 +33,7 @@ namespace osu.iOS
|
||||
{
|
||||
switch (handler)
|
||||
{
|
||||
case IOSMouseHandler _:
|
||||
case IOSMouseHandler:
|
||||
return new IOSMouseSettings();
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user