mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +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