mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Update rosu-v2
This commit is contained in:
parent
dc02b4b7e2
commit
0aae9623a5
2 changed files with 44 additions and 19 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue