Update rcore_desktop_glfw.c

This commit is contained in:
Ray
2025-12-22 22:50:38 +01:00
parent f27f2d097f
commit aa2884bd78

View File

@@ -1913,8 +1913,6 @@ static void WindowContentScaleCallback(GLFWwindow *window, float scalex, float s
// GLFW3: Window position callback, runs when window position changes // GLFW3: Window position callback, runs when window position changes
static void WindowPosCallback(GLFWwindow *window, int x, int y) static void WindowPosCallback(GLFWwindow *window, int x, int y)
{ {
TRACELOG(LOG_INFO, "GLFW3: Window position changed");
// Set current window position // Set current window position
CORE.Window.position.x = x; CORE.Window.position.x = x;
CORE.Window.position.y = y; CORE.Window.position.y = y;