mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:17:25 +02:00
trying to fix warning in joystick.cpp
This commit is contained in:
parent
b59d597780
commit
8fa52fa159
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Joystick::Joystick(SDL_JoystickID instanceId, SDL_GameController* sdlGameControl
|
||||||
_instanceId(instanceId)
|
_instanceId(instanceId)
|
||||||
{
|
{
|
||||||
if (!_sdlHaptic) {
|
if (!_sdlHaptic) {
|
||||||
qDebug(SDL_GetError());
|
qDebug() << SDL_GetError();
|
||||||
}
|
}
|
||||||
SDL_HapticRumbleInit(_sdlHaptic);
|
SDL_HapticRumbleInit(_sdlHaptic);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue