New AssImp build, just for Windows. This has the crash fix with bones. (#875)

This commit is contained in:
AMZN-stankowi
2021-05-24 10:41:19 -07:00
committed by GitHub
parent 002e2c64ff
commit b37be6cdbf
4 changed files with 4 additions and 4 deletions
@@ -151,7 +151,7 @@ namespace AZ
SerializeContext* serializeContext = azrtti_cast<SerializeContext*>(context);
if (serializeContext)
{
serializeContext->Class<AssImpAnimationImporter, SceneCore::LoadingComponent>()->Version(3); // [LYN-3349] Rolling back rotation change
serializeContext->Class<AssImpAnimationImporter, SceneCore::LoadingComponent>()->Version(4); // [LYN-3971] Bone pruning crash fix in AssImp SDK
}
}