mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09: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)
|
if (texture == null)
|
||||||
return 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)
|
private static string getLookupName(char character)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user