fix w4018

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-18 17:45:51 -07:00
committed by Esteban Papp
parent 97354ce90a
commit 10f950b726
33 changed files with 72 additions and 73 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ void ImGuiManager::Render()
break;
case ImGuiResolutionMode::MatchToMaxRenderResolution:
if (backBufferWidth <= static_cast<int>(m_renderResolution.x))
if (backBufferWidth <= static_cast<AZ::u32>(m_renderResolution.x))
{
renderRes[0] = backBufferWidth;
renderRes[1] = backBufferHeight;