mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Move statics to RulesetCollection to avoid conflicts later on.
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
Origin = Anchor.Centre,
|
||||
TextSize = Size.X,
|
||||
Colour = Color4.White,
|
||||
Icon = Ruleset.GetRuleset(beatmap.Mode).Icon
|
||||
Icon = RulesetCollection.GetRuleset((int)beatmap.Mode).Icon
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user