Update rcore_desktop_glfw.c

This commit is contained in:
Ray
2025-12-28 18:40:44 +01:00
parent c0c8ee9dc8
commit 4176c518c7

View File

@ -268,7 +268,7 @@ void ToggleBorderlessWindowed(void)
int monitorPosY = 0;
glfwGetMonitorPos(monitors[monitor], &monitorPosX, &monitorPosY);
CORE.Window.position.x = monitorPosX;
CORE.Window.position.x = monitorPosY;
CORE.Window.position.y = monitorPosY;
CORE.Window.screen.width = mode->width;
CORE.Window.screen.height = mode->height;