mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Made joystick array static.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user