Made joystick array static.

This commit is contained in:
Camilla Berglund 2012-01-29 15:51:09 +01:00
parent ea8c7029a7
commit 32f186e82d

View File

@ -83,7 +83,7 @@ typedef struct
} _glfwJoystick;
_glfwJoystick _glfwJoysticks[GLFW_JOYSTICK_LAST + 1];
static _glfwJoystick _glfwJoysticks[GLFW_JOYSTICK_LAST + 1];
void GetElementsCFArrayHandler(const void* value, void* parameter);