mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 00:03:02 +02:00
warning be gone
This commit is contained in:
parent
8fa52fa159
commit
7a3cba8580
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Joystick::Joystick(SDL_JoystickID instanceId, SDL_GameController* sdlGameControl
|
|||
_instanceId(instanceId)
|
||||
{
|
||||
if (!_sdlHaptic) {
|
||||
qDebug() << SDL_GetError();
|
||||
qDebug() << QString(SDL_GetError());
|
||||
}
|
||||
SDL_HapticRumbleInit(_sdlHaptic);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue