mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-03 10:41:19 +00:00
OCD fix
This commit is contained in:
parent
d130e8e1ab
commit
c04a2894a0
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user