Atom
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ namespace ImageProcessingAtom
|
||||
}
|
||||
else // The value is zero
|
||||
{
|
||||
Exponent = -112;
|
||||
Exponent = static_cast<AZ::u32>(-112);
|
||||
}
|
||||
|
||||
Result = ((h & 0x8000) << 16) | // Sign
|
||||
|
||||
Reference in New Issue
Block a user