summaryrefslogtreecommitdiff
path: root/plugins/wheel/wheelplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wheel/wheelplugin.cpp')
-rw-r--r--plugins/wheel/wheelplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wheel/wheelplugin.cpp b/plugins/wheel/wheelplugin.cpp
index e06f69f4..40e7f6a5 100644
--- a/plugins/wheel/wheelplugin.cpp
+++ b/plugins/wheel/wheelplugin.cpp
@@ -331,10 +331,10 @@ void WheelPrivate::newButtonValue(char number, bool val)
checkButtonEvents();
break;
case 4: //Right paddle shifter
- this->changeMachineGuns(val);
+ this->changeGear(Transmission::TransmissionPositions(this->currentGear+1));
break;
case 5: //Left paddle shifter
- this->changeMachineGuns(val);
+ this->changeGear(Transmission::TransmissionPositions(this->currentGear-1));
break;
case 6: //Right upper wheel button
this->changeTurnSignal(TurnSignals::Right, val);