fix them all
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -145,7 +145,7 @@ namespace UnitTest
|
||||
{
|
||||
for (AZ::u32 x = 0; x < width; ++x)
|
||||
{
|
||||
if ((x == pixelX) && (y == pixelY))
|
||||
if ((x == static_cast<int>(pixelX)) && (y == static_cast<int>(pixelY)))
|
||||
{
|
||||
m_imageData->m_imageData.push_back(pixelValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user