mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02: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()
|
public BeatmapInfo()
|
||||||
{
|
{
|
||||||
BaseDifficulty = new BaseDifficulty();
|
BaseDifficulty = new BaseDifficulty();
|
||||||
|
Metadata = new BeatmapMetadata();
|
||||||
}
|
}
|
||||||
|
|
||||||
[PrimaryKey]
|
[PrimaryKey]
|
||||||
|
Loading…
Reference in New Issue
Block a user