physxdebug switch viewport id to AzFramework::g_defaultSceneEntityDebugDisplayId (#1188)

main
amzn-sean 5 years ago committed by GitHub
parent 3eb612b652
commit 937118f0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ namespace PhysXDebug
const float SystemComponent::m_maxCullingBoxSize = 150.0f; const float SystemComponent::m_maxCullingBoxSize = 150.0f;
namespace Internal namespace Internal
{ {
const AZ::Crc32 VewportId = 0; // was AzFramework::g_defaultSceneEntityDebugDisplayId but it didn't render to the viewport. const AZ::Crc32 VewportId = AzFramework::g_defaultSceneEntityDebugDisplayId;
} }
bool UseEditorPhysicsScene() bool UseEditorPhysicsScene()

Loading…
Cancel
Save