mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 22:43:06 +00:00
Formatting.
This commit is contained in:
parent
e26fd639f9
commit
ea8c7029a7
1 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
|
|||
if (!_glfwJoysticks[joy].present)
|
||||
{
|
||||
// TODO: Figure out if this is an error
|
||||
return 0;
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
switch (param)
|
||||
|
@ -484,7 +484,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
|
|||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue