Formatting

This commit is contained in:
Camilla Berglund 2015-08-16 14:28:51 +02:00
parent e2bb5e1726
commit 0db3940cc4

View File

@ -466,8 +466,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
break;
_glfwInputCursorMotion(window,
x - window->win32.cursorPosX,
y - window->win32.cursorPosY);
x - window->win32.cursorPosX,
y - window->win32.cursorPosY);
}
else
_glfwInputCursorMotion(window, x, y);