Corrected type of cursor coordinates.

This commit is contained in:
Camilla Berglund 2013-04-22 16:04:24 +02:00
parent 7405bc48cd
commit 7423cfa5bf

View File

@ -539,7 +539,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
if (newCursorX != window->win32.oldCursorX ||
newCursorY != window->win32.oldCursorY)
{
int x, y;
double x, y;
if (window->cursorMode == GLFW_CURSOR_CAPTURED)
{