1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 06:20:02 +08:00

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

This commit is contained in:
smoogipoo
2021-09-16 18:34:22 +09:00
Unverified
+1 -1
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)