Fixed a minor typo.
This commit is contained in:
parent
2452978990
commit
6c4a53f561
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ void SDL_PrivateGameControllerParseButton( const char *szGameButton, const char
|
||||||
}
|
}
|
||||||
else if ( axis != SDL_CONTROLLER_AXIS_INVALID )
|
else if ( axis != SDL_CONTROLLER_AXIS_INVALID )
|
||||||
{
|
{
|
||||||
SDL_assert( !"Support has as axis" );
|
SDL_assert( !"Support hat as axis" );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue