Fix crash when using anim graph asset after it's reloaded (after editing)

This commit is contained in:
Wojtek Figat
2025-04-02 09:22:23 +02:00
parent 311a7b8c02
commit d00a2ea63f
3 changed files with 1 additions and 7 deletions

View File

@@ -145,6 +145,7 @@ bool AnimGraph::Load(ReadStream* stream, bool loadMeta)
{
Version++;
_bucketsCounter = 0;
_bucketInitializerList.Clear();
_customNodes.Clear();
// Base