Initial animation pass on metronome

This commit is contained in:
Dean Herbert
2022-05-20 15:56:39 +09:00
parent ce7be940e2
commit 42179568f3
3 changed files with 117 additions and 47 deletions

View File

@ -97,6 +97,5 @@ namespace osu.Game.Screens.Edit.Timing
}
private static double beatLengthToBpm(double beatLength) => 60000 / beatLength;
}
}