Fix memory allocation that caused benchmark runs to crash. (#7535)

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
This commit is contained in:
Mike Balfour
2022-02-10 10:17:01 -06:00
committed by GitHub
parent a715897699
commit 6791b652cc
@@ -90,7 +90,7 @@ namespace UnitTest
AZStd::unique_ptr<AZ::Entity> BuildTestSurfaceMaskGradient(float shapeHalfBounds);
AZStd::unique_ptr<AZ::Entity> BuildTestSurfaceSlopeGradient(float shapeHalfBounds);
AZ::RPI::AssetHandlerPtrList m_assetHandlers;
AZStd::fixed_vector<AZStd::unique_ptr<AZ::Data::AssetHandler>, 2> m_assetHandlers;
};
struct GradientSignalTest