Defaulting the joint setup display to ON instead of OFF (#5696)

Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com>
This commit is contained in:
amzn-sean
2021-11-18 09:57:29 +00:00
committed by GitHub
parent b533a9566a
commit cf540b6f44
4 changed files with 72 additions and 6 deletions
@@ -211,7 +211,7 @@ namespace PhysX
{
EditorJointComponent::DisplayEntityViewport(viewportInfo, debugDisplay);
if (!m_config.m_displayJointSetup &&
if (!m_config.ShowSetupDisplay() &&
!m_config.m_inComponentMode)
{
return;