EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-17 17:11:23 -07:00
committed by Esteban Papp
parent b67882a82f
commit 150f37cb6b
15 changed files with 65 additions and 65 deletions
@@ -74,7 +74,7 @@ namespace EMotionFX
QTest::mouseClick(createButton, Qt::LeftButton);
// Check we only have the one Parameter
int numParameters = newGraph->GetNumParameters();
int numParameters = static_cast<int>(newGraph->GetNumParameters());
EXPECT_EQ(numParameters, 1) << "Not just 1 parameter";
const RangedValueParameter<float, FloatParameter>* parameter = reinterpret_cast<const RangedValueParameter<float, FloatParameter>* >(newGraph->FindValueParameter(0));