more fixes for Gems
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -132,8 +132,6 @@ namespace EMotionFX
|
||||
|
||||
EXPECT_TRUE(hasCustomMotionExtractionController) << "MotionExtractionBus is not found.";
|
||||
|
||||
const float deltaTimeInv = (timeDelta > 0.0f) ? (1.0f / timeDelta) : 0.0f;
|
||||
|
||||
AZ::Transform currentTransform = AZ::Transform::CreateIdentity();
|
||||
AZ::TransformBus::EventResult(currentTransform, m_entityId, &AZ::TransformBus::Events::GetWorldTM);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user