Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -645,7 +645,8 @@ namespace PhysX
|
||||
m_currentNonUniformScale = AZ::Vector3::CreateOne();
|
||||
AZ::NonUniformScaleRequestBus::EventResult(m_currentNonUniformScale, GetEntityId(), &AZ::NonUniformScaleRequests::GetScale);
|
||||
|
||||
if (m_sceneInterface = AZ::Interface<AzPhysics::SceneInterface>::Get())
|
||||
m_sceneInterface = AZ::Interface<AzPhysics::SceneInterface>::Get();
|
||||
if (m_sceneInterface)
|
||||
{
|
||||
m_editorSceneHandle = m_sceneInterface->GetSceneHandle(AzPhysics::EditorPhysicsSceneName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user