mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Make a RulesetDatabase.
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
Origin = Anchor.Centre,
|
||||
TextSize = Size.X,
|
||||
Colour = Color4.White,
|
||||
Icon = beatmap.Ruleset.Icon
|
||||
Icon = beatmap.Ruleset.CreateInstance().Icon
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user