diff --git a/GameControllerHandler.h b/GameControllerHandler.h index f6fc0bb..1b522c3 100644 --- a/GameControllerHandler.h +++ b/GameControllerHandler.h @@ -53,9 +53,9 @@ public: strength = 0; } - if (SDL_GameControllerRumble(controller, strength, strength, 1000) != 0) { - std::cerr << "Erreur lors de l'activation de la vibration : " << SDL_GetError() << std::endl; - } + // if (SDL_GameControllerRumble(controller, strength, strength, 1000) != 0) { + // std::cerr << "Erreur lors de l'activation de la vibration : " << SDL_GetError() << std::endl; + // } } if (tokens[2] == "ready") {