Formatting.

This commit is contained in:
Camilla Berglund 2012-01-24 18:28:37 +01:00
parent 8f3b21eb81
commit e93ae44ee5
1 changed files with 2 additions and 0 deletions

View File

@ -138,9 +138,11 @@ void _glfwInputCursorMotion(_GLFWwindow* window, int x, int y)
}
if (_glfwLibrary.mousePosCallback)
{
_glfwLibrary.mousePosCallback(window,
window->cursorPosX,
window->cursorPosY);
}
}