mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 20:20:16 +08:00
bit more readable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user