mirror of https://github.com/ppy/osu
Fix one more inspectcode warning
This commit is contained in:
parent
d01e76d9db
commit
fed5b9d747
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue