2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:07:43 +00:00

FONT serialization fix; implement CPathFindSpline functions

This commit is contained in:
Jack Andersen
2018-03-03 18:25:57 -10:00
parent d8eb8abc48
commit 48c285be11
8 changed files with 138 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ struct GlyphRect : BigDNA
Value<float> right;
Value<float> bottom;
};
struct IGlyph : BigDNAV
struct IGlyph : BigDNAVYaml
{
AT_DECL_DNA_YAML
Value<atUint16> m_character;