GamepadManager::swapPlayers() no swapava el path

This commit is contained in:
2025-08-04 20:59:32 +02:00
parent 5d760fc97c
commit f2d827daa4

View File

@@ -164,6 +164,7 @@ class GamepadManager {
void swapPlayers() {
std::swap(gamepads[0].instance, gamepads[1].instance);
std::swap(gamepads[0].name, gamepads[1].name);
std::swap(gamepads[0].path, gamepads[1].path);
}
// Para serialización/deserialización