LauncherUnified

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 16:44:13 -07:00
committed by Esteban Papp
parent b52516cdec
commit 63f36dfe70
@@ -73,8 +73,8 @@ void CVar_OnViewportPosition(const AZ::Vector2& value)
if (HWND windowHandle = GetActiveWindow())
{
SetWindowPos(windowHandle, nullptr,
value.GetX(),
value.GetY(),
static_cast<int>(value.GetX()),
static_cast<int>(value.GetY()),
0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE);
}
}