mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 07:05:46 +01:00
tmp: revert enabling a column limit
This commit is contained in:
@@ -32,7 +32,7 @@ int main(int argc, char **argv)
|
||||
atexit(quit);
|
||||
|
||||
glfwSetErrorCallback(error_callback);
|
||||
glfwInitHint(GLFW_JOYSTICK_HAT_BUTTONS, GLFW_FALSE); // we won't need them
|
||||
glfwInitHint(GLFW_JOYSTICK_HAT_BUTTONS, GLFW_FALSE); // disable joystick buttons; since we won't need them
|
||||
if (!glfwInit() || window_init())
|
||||
fatal("failed to initialise!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user