mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Merge branch 'baseline-changes-update' into update-framework
This commit is contained in:
commit
4b5857c876
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user