Transform Optimization

This commit is contained in:
Antoine Pilote
2023-09-06 20:20:43 -04:00
parent 1628214370
commit 0fcca4325f
2 changed files with 17 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ namespace Nuake
transformComponent.SetLocalRotation(localRotation);
transformComponent.SetLocalScale(localScale);
transformComponent.SetLocalTransform(finalTransform);
transformComponent.Dirty = false;
}
for (auto& childBone : bone.Children)