1
0
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:
Salman Ahmed 2022-12-19 18:42:51 +03:00
parent 2249c97a6f
commit d47a8b2e26

View File

@ -33,7 +33,7 @@ namespace osu.iOS
{
switch (handler)
{
case IOSMouseHandler _:
case IOSMouseHandler:
return new IOSMouseSettings();
default: