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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user