fixing Atom
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ namespace AZ
|
||||
if (m_imageSize != size)
|
||||
{
|
||||
m_imageSize = size;
|
||||
m_outputScale = (m_passType == PassType::Vertical) ? pow(2.0f, m_mipLevel) : 1.0f;
|
||||
m_outputScale = (m_passType == PassType::Vertical) ? static_cast<float>(pow(2.0f, m_mipLevel)) : 1.0f;
|
||||
|
||||
m_updateSrg = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user