mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:39:54 +08:00
Fix formatting
This commit is contained in:
@@ -177,7 +177,11 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
AddHeader("Final velocity");
|
||||
AddValue($"{beatmapVelocity * current.Value:#,0.00}x");
|
||||
|
||||
if (sliderVelocities.Length == 0) return;
|
||||
if (sliderVelocities.Length == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (sliderVelocities.First() != sliderVelocities.Last())
|
||||
{
|
||||
AddHeader("Beatmap velocity range");
|
||||
|
||||
Reference in New Issue
Block a user