mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Made joystick array static.
This commit is contained in:
parent
ea8c7029a7
commit
32f186e82d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user