Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 17:58:50 -07:00
parent 62439e03fb
commit 794d656c66
25 changed files with 4 additions and 35 deletions
@@ -495,7 +495,6 @@ namespace EMotionFX
if (renderSimulatedJoints && !selectedJointIndices.empty())
{
// Render the joint radius.
const MCore::RGBAColor defaultColor = renderPlugin->GetRenderOptions()->GetSelectedSimulatedObjectColliderColor();
const size_t actorInstanceCount = GetActorManager().GetNumActorInstances();
for (size_t actorInstanceIndex = 0; actorInstanceIndex < actorInstanceCount; ++actorInstanceIndex)
{