Merge pull request #16507 from peppy/more-ingore-rules

Add some missing `IgnoredAttributes` to reduce automapper overhead
This commit is contained in:
Dan Balasescu
2022-01-19 12:26:37 +09:00
committed by GitHub
19 changed files with 20 additions and 26 deletions

View File

@ -177,7 +177,6 @@ namespace osu.Game.Database
PreviewTime = metadata.PreviewTime,
AudioFile = metadata.AudioFile,
BackgroundFile = metadata.BackgroundFile,
AuthorString = metadata.AuthorString,
};
}