mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
oops, missed a newline
This commit is contained in:
@ -84,6 +84,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
attributes.Add(string.Format(tooltipText, bindableDouble.Value));
|
attributes.Add(string.Format(tooltipText, bindableDouble.Value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $"{Name}{(attributes.Any() ? $" ({string.Join(", ", attributes)})" : "")}";
|
return $"{Name}{(attributes.Any() ? $" ({string.Join(", ", attributes)})" : "")}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user