mirror of
https://github.com/ppy/osu
synced 2025-03-07 03:49:14 +00:00
bit more readable
This commit is contained in:
parent
23a7045eef
commit
f9c466eee9
@ -311,7 +311,7 @@ namespace osu.Game.Screens.Select
|
||||
foreach (BeatmapPanel panel in group.BeatmapPanels)
|
||||
{
|
||||
if (panel == selectedPanel)
|
||||
selectedY = ((currentY + (panel.DrawHeight / 2)) - (DrawHeight / 2));
|
||||
selectedY = currentY + (panel.DrawHeight / 2) - (DrawHeight / 2);
|
||||
|
||||
panel.MoveToX(-50, 500, EasingTypes.OutExpo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user