Merge pull request #2087 from peppy/fix-replay-import

Fix replay import
This commit is contained in:
Dan Balasescu
2018-02-19 17:28:26 +09:00
committed by GitHub

View File

@ -118,6 +118,7 @@ namespace osu.Game
dependencies.Cache(new OsuColour());
fileImporters.Add(BeatmapManager);
fileImporters.Add(ScoreStore);
//this completely overrides the framework default. will need to change once we make a proper FontStore.
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });