added minor docs

This commit is contained in:
MaxOhn
2024-03-04 16:15:41 +01:00
parent 3b0e4220d1
commit c2878dca91
+1
View File
@@ -64,6 +64,7 @@ pub struct CatchGradualDifficulty {
}
impl CatchGradualDifficulty {
/// Create a new difficulty attributes iterator for osu!catch maps.
pub fn new(difficulty: Difficulty, converted: &CatchBeatmap<'_>) -> Self {
let clock_rate = difficulty.get_clock_rate();