LauncherUnified
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user