Update rosu-v2

This commit is contained in:
Natsu Kagami 2024-07-22 20:02:45 +02:00
parent dc02b4b7e2
commit 0aae9623a5
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 44 additions and 19 deletions

View file

@ -330,7 +330,8 @@ impl From<rosu::mods::GameModsIntermode> for Mods {
impl From<rosu::mods::GameMods> for Mods {
fn from(value: rosu::mods::GameMods) -> Self {
let unknown = rosu::mods::GameModIntermode::Unknown(rosu::mods::UnknownMod::default());
let unknown =
rosu::mods::GameModIntermode::Unknown(rosu_v2::prelude::UnknownMod::default());
value
.iter()
.cloned()