LmbrCentral

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-17 17:24:42 -07:00
committed by Esteban Papp
parent 9c8cc729b1
commit 89c99b15af
2 changed files with 3 additions and 3 deletions
@@ -406,7 +406,7 @@ namespace UnitTest
float variableRadius = 0.0f;
LmbrCentral::TubeShapeComponentRequestsBus::EventResult(
variableRadius, entity.GetId(), &LmbrCentral::TubeShapeComponentRequestsBus::Events::GetVariableRadius,
vertIndex);
static_cast<int>(vertIndex));
EXPECT_THAT(totalRadius, FloatEq(radiis.first));
EXPECT_THAT(variableRadius, FloatEq(radiis.second));