This commit is contained in:
Kovid Goyal 2017-12-13 20:58:58 +00:00 committed by GitHub
commit 9ffc66805c

View File

@ -132,7 +132,7 @@ static void pointerHandleAxis(void* data,
{ {
_GLFWwindow* window = _glfw.wl.pointerFocus; _GLFWwindow* window = _glfw.wl.pointerFocus;
double scrollFactor; double scrollFactor;
double x, y; double x = 0.0, y = 0.0;
if (!window) if (!window)
return; return;