Reverted two other small changes I missed
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
#include <AzCore/Asset/AssetCommon.h>
|
||||
#include <AzCore/Component/Component.h>
|
||||
|
||||
#include <GradientSignal/Ebuses/GradientRequestBus.h>
|
||||
#include <GradientSignal/Ebuses/GradientTransformRequestBus.h>
|
||||
#include <GradientSignal/Ebuses/ImageGradientRequestBus.h>
|
||||
|
||||
@@ -184,7 +184,7 @@ namespace GradientSignal
|
||||
// A 16x16 pixel image and tilingX = tilingY = 1 maps the uv range of 0-1 to 0-16 pixels.
|
||||
// A 16x16 pixel image and tilingX = tilingY = 1.5 maps the uv range of 0-1 to 0-24 pixels.
|
||||
|
||||
const AZ::Vector3 tiledDimensions((image->m_imageWidth * tilingX),
|
||||
const AZ::Vector3 tiledDimensions((image->m_imageWidth * tilingX),
|
||||
(image->m_imageHeight * tilingY),
|
||||
0.0f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user