1
0
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:
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()
{
BaseDifficulty = new BaseDifficulty();
Metadata = new BeatmapMetadata();
}
[PrimaryKey]