1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00

Merge branch 'baseline-changes-update' into update-framework

This commit is contained in:
smoogipoo 2021-09-16 18:34:22 +09:00
commit 4b5857c876

View File

@ -56,7 +56,7 @@ namespace osu.Game.Skinning
if (texture == null)
return null;
return new TexturedCharacterGlyph(new CharacterGlyph(character, 0, 0, texture.Width, null), texture, 1f / texture.ScaleAdjust);
return new TexturedCharacterGlyph(new CharacterGlyph(character, 0, 0, texture.Width, texture.Height, null), texture, 1f / texture.ScaleAdjust);
}
private static string getLookupName(char character)