mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 11:12:55 +08:00
fix confusing return statement at the end
This commit is contained in:
parent
3a84409546
commit
3565a10ea2
@ -82,11 +82,10 @@ namespace osu.Game.Utils
|
|||||||
case EqualitySelection.Leftmost:
|
case EqualitySelection.Leftmost:
|
||||||
return min;
|
return min;
|
||||||
|
|
||||||
|
default:
|
||||||
case EqualitySelection.Rightmost:
|
case EqualitySelection.Rightmost:
|
||||||
return min - 1;
|
return min - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ~min;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user