Skip to content

Commit

Permalink
Fix one more inspectcode warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ArijanJ committed Aug 10, 2024
1 parent d01e76d commit fed5b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osu.Game/Screens/Play/HUD/DefaultSongProgress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ private void updateTimeVisibility()
updateInfoMargin();
}


private void updateInfoMargin()
{
float finalMargin = bottom_bar_height + (Interactive.Value ? handle_size.Y : 0) + (ShowGraph.Value ? graph_height : 0);
Expand Down

0 comments on commit fed5b9d

Please sign in to comment.