Fixed emfx unit tests

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
Benjamin Jillich
2021-08-05 16:37:47 +02:00
parent 8a47476498
commit 733dc31518
11 changed files with 24 additions and 23 deletions
@@ -22,7 +22,7 @@ namespace EMotionFX
actor->SetID(0);
actor->GetSkeleton()->UpdateNodeIndexValues(0);
actor->ResizeTransformData();
actor->PostCreateInit(/*makeGeomLodsCompatibleWithSkeletalLODs=*/false, /*generateOBBs=*/false, /*convertUnitType=*/false);
actor->PostCreateInit(/*makeGeomLodsCompatibleWithSkeletalLODs=*/false, /*convertUnitType=*/false);
return actor;
}
};