fix more tests

This commit is contained in:
greerdv
2021-05-24 22:46:38 +01:00
parent adb37b4a76
commit a9637a8bca
2 changed files with 6 additions and 6 deletions
@@ -187,7 +187,7 @@ namespace LmbrCentral
static AZ::Aabb CalculateTubeBounds(const TubeShape& tubeShape, const AZ::Transform& transform)
{
const auto maxScale = transform.GetScale().GetMaxElement();
const auto maxScale = transform.GetUniformScale();
const auto scaledRadiusFn =
[&tubeShape, maxScale](const AZ::SplineAddress& splineAddress)
{