diff --git a/src/win32_joystick.c b/src/win32_joystick.c index 613587bf..67e3465c 100644 --- a/src/win32_joystick.c +++ b/src/win32_joystick.c @@ -609,7 +609,7 @@ int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) { int i, ai = 0, bi = 0, pi = 0; HRESULT result; - DIJOYSTATE state; + DIJOYSTATE state = {0}; IDirectInputDevice8_Poll(js->win32.device); result = IDirectInputDevice8_GetDeviceState(js->win32.device,