Fixed comment style
This commit is contained in:
parent
c6e0424049
commit
df32741ff4
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ SDL_GameControllerGetAxis(SDL_GameController * gamecontroller, SDL_GameControlle
|
|||
} else {
|
||||
valid_output_range = (value >= binding->output.axis.axis_max && value <= binding->output.axis.axis_min);
|
||||
}
|
||||
// If the value is zero, there might be another binding that makes it non-zero
|
||||
/* If the value is zero, there might be another binding that makes it non-zero */
|
||||
if (value != 0 && valid_output_range) {
|
||||
return (Sint16)value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue