2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-03 10:41:19 +00:00
This commit is contained in:
Jack Andersen 2016-03-12 09:42:47 -10:00
parent d130e8e1ab
commit c04a2894a0

View File

@ -30,7 +30,7 @@ class CGlyph
float GetStartV() const { return xc_startV; }
float GetEndU() const { return x10_endU; }
float GetEndV() const { return x14_endV; }
s16 GetCellWidth() const { return x18_cellWidth;}
s16 GetCellWidth() const { return x18_cellWidth; }
s16 GetCellHeight() const { return x1a_cellHeight; }
s16 GetBaseline() const { return x1c_baseline; }
s16 GetKernStart() const { return x1e_kernStart; }