code review feedback. Also add the renderflag as qsettings.

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
rhhong
2021-10-25 19:11:36 -07:00
parent c76cb8ef74
commit ebf84c49ac
17 changed files with 83 additions and 28 deletions
@@ -394,7 +394,7 @@ namespace EMotionFX
return m_sceneFinishSimHandler.IsConnected();
}
void ActorComponent::SetRenderFlag(ActorRenderFlagMask renderFlags)
void ActorComponent::SetRenderFlag(ActorRenderFlagBitset renderFlags)
{
m_debugRenderFlags = renderFlags;
}