Fix ScaleAdjust going missing

This commit is contained in:
Dean Herbert 2018-09-06 14:20:29 +09:00
parent d9e9c61731
commit 91aada8be5
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ private void load()
dependencies.Cache(LocalConfig);
//this completely overrides the framework default. will need to change once we make a proper FontStore.
dependencies.Cache(Fonts = new FontStore());
dependencies.Cache(Fonts = new FontStore { ScaleAdjust = 100 });
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/FontAwesome"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/osuFont"));