Add comments + cleanup

This commit is contained in:
smoogipoo
2018-09-27 17:33:27 +09:00
parent 8191f03503
commit 1c242556ca
2 changed files with 4 additions and 1 deletions

View File

@ -170,6 +170,7 @@ namespace osu.Game.Skinning
{
string textureName = $"{font}-{c}";
// Approximate value that brings character sizing roughly in-line with stable
float ratio = 36;
var texture = textures.Get($"{textureName}@2x");