remove rumble

This commit is contained in:
ackimixs
2024-05-15 18:14:18 +02:00
parent 6f607d0bd9
commit fe3593b999

View File

@@ -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") {