1
0
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:
Dean Herbert 2016-10-19 12:28:48 +09:00
parent 6705902710
commit c81c4cbbcd

View File

@ -12,6 +12,7 @@ namespace osu.Game.Database
public BeatmapInfo() public BeatmapInfo()
{ {
BaseDifficulty = new BaseDifficulty(); BaseDifficulty = new BaseDifficulty();
Metadata = new BeatmapMetadata();
} }
[PrimaryKey] [PrimaryKey]