2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

Added EVNT naming

This commit is contained in:
Jack Andersen
2015-10-26 14:32:12 -10:00
parent d46f44cefa
commit 571f9d1b4c
4 changed files with 19 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ struct CHAR : BigYAML
void gatherPrimitives(std::map<atUint32, DNAANCS::AnimationResInfo<UniqueID64>>& out)
{
out[animIdx] = {animName, animId, false};
out[animIdx] = {animName, animId, UniqueID64(), false};
}
};
struct MetaAnimBlend : IMetaAnim