fix: dont overwrite mods & clock_rate

This commit is contained in:
MaxOhn
2024-11-12 18:18:10 +01:00
parent e0c53af27a
commit d6d191622f
+1 -2
View File
@@ -109,9 +109,8 @@ impl BeatmapAttributesBuilder {
od: ModsDependentKind::Default(ModsDependent::new(map.od)),
cs: ModsDependentKind::Default(ModsDependent::new(map.cs)),
hp: ModsDependentKind::Default(ModsDependent::new(map.hp)),
mods: GameMods::DEFAULT,
clock_rate: None,
is_convert: map.is_convert,
..self
}
}