This commit is contained in:
Anuken
2020-11-20 09:13:36 -05:00
parent a0f1f52a8b
commit abdccbb1bd
8 changed files with 13 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ public class Fonts{
glyph.srcX = 0;
glyph.srcY = 0;
glyph.width = size;
glyph.height = size;
glyph.height = (int)((float)region.height / region.width * size);
glyph.u = region.u;
glyph.v = region.v2;
glyph.u2 = region.u2;