mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove redundant arguments
This commit is contained in:
@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
{
|
||||
case OsuSkinConfiguration osuLookup:
|
||||
if (osuLookup == OsuSkinConfiguration.CursorCentre)
|
||||
return SkinUtils.As<TValue>(new BindableBool(false));
|
||||
return SkinUtils.As<TValue>(new BindableBool());
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user