mirror of https://github.com/AxioDL/metaforce.git
Type fix
This commit is contained in:
parent
161a583646
commit
e0bf3a7024
|
@ -329,7 +329,7 @@ struct ANCS : BigYAML
|
||||||
UniqueID32 animId;
|
UniqueID32 animId;
|
||||||
UniqueID32 evntId;
|
UniqueID32 evntId;
|
||||||
};
|
};
|
||||||
std::vector<HalfTransition> animResources;
|
std::vector<AnimationResources> animResources;
|
||||||
|
|
||||||
void read(Athena::io::IStreamReader& reader);
|
void read(Athena::io::IStreamReader& reader);
|
||||||
void write(Athena::io::IStreamWriter& writer) const;
|
void write(Athena::io::IStreamWriter& writer) const;
|
||||||
|
|
Loading…
Reference in New Issue