Merge branch 'master' into colourise-control-point-table

This commit is contained in:
Dan Balasescu
2020-10-05 20:47:06 +09:00
committed by GitHub
111 changed files with 2102 additions and 431 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
};
volume.BindValueChanged(volume => volumeBox.Height = volume.NewValue / 100f, true);
bank.BindValueChanged(bank => text.Text = $"{bank.NewValue}", true);
bank.BindValueChanged(bank => text.Text = bank.NewValue, true);
}
}
}