Update font logic to override framework default.

# Conflicts:
#	osu.Game/OsuGame.cs
This commit is contained in:
Dean Herbert
2016-09-01 21:46:19 +09:00
parent 56bdfae852
commit 7d2f303e61
4 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using osu.Framework.Extensions;
using osu.Framework.IO.Network;
namespace osu.Game.Online.API