Various improvements

This commit is contained in:
Wojtek Figat
2023-04-29 12:11:17 +02:00
parent 896f75b789
commit 5a2831d0cb
6 changed files with 27 additions and 21 deletions

View File

@@ -336,10 +336,6 @@ void AnimGraphExecutor::Update(AnimGraphInstanceData& data, float dt)
//value.Orientation.Normalize();
targetNodes[i] = value;
}
else
{
int a = 10;
}
}
}