mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:09:58 +08:00
Fix missing Metadata initialisation.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace osu.Game.Database
|
||||
public BeatmapInfo()
|
||||
{
|
||||
BaseDifficulty = new BaseDifficulty();
|
||||
Metadata = new BeatmapMetadata();
|
||||
}
|
||||
|
||||
[PrimaryKey]
|
||||
|
||||
Reference in New Issue
Block a user