mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09: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