diff --git a/src/rcore_desktop.c b/src/rcore_desktop.c index 6658f04db..163f02a9a 100644 --- a/src/rcore_desktop.c +++ b/src/rcore_desktop.c @@ -711,7 +711,6 @@ void ToggleBorderlessWindowed(void) glfwGetMonitorPos(monitors[monitor], &monitorPosX, &monitorPosY); const int monitorWidth = mode->width; const int monitorHeight = mode->height; - glfwSetWindowSize(CORE.Window.handle, monitorWidth, monitorHeight); // Set screen position and size glfwSetWindowPos(CORE.Window.handle, monitorPosX, monitorPosY);