1
0
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:
John Neijzen
2017-06-07 20:12:16 +08:00
Unverified
parent 23a7045eef
commit f9c466eee9
+1 -1
View File
@@ -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);