mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Fix missing Metadata initialisation.
This commit is contained in:
parent
6705902710
commit
c81c4cbbcd
@ -12,6 +12,7 @@ namespace osu.Game.Database
|
||||
public BeatmapInfo()
|
||||
{
|
||||
BaseDifficulty = new BaseDifficulty();
|
||||
Metadata = new BeatmapMetadata();
|
||||
}
|
||||
|
||||
[PrimaryKey]
|
||||
|
Loading…
Reference in New Issue
Block a user