mirror of
https://github.com/yawut/SDL.git
synced 2026-08-21 16:24:37 -05:00
Fixed a minor typo.
This commit is contained in:
@@ -435,7 +435,7 @@ void SDL_PrivateGameControllerParseButton( const char *szGameButton, const char
|
||||
}
|
||||
else if ( axis != SDL_CONTROLLER_AXIS_INVALID )
|
||||
{
|
||||
SDL_assert( !"Support has as axis" );
|
||||
SDL_assert( !"Support hat as axis" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user