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:
@@ -215,7 +215,7 @@ namespace PhysX
|
||||
{
|
||||
EditorJointComponent::DisplayEntityViewport(viewportInfo, debugDisplay);
|
||||
|
||||
if (!m_config.m_displayJointSetup &&
|
||||
if (!m_config.ShowSetupDisplay() &&
|
||||
!m_config.m_inComponentMode)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user