diff --git a/plugins/robots/interpreters/ev3KitInterpreter/src/robotModel/twoD/parts/twoDMotor.cpp b/plugins/robots/interpreters/ev3KitInterpreter/src/robotModel/twoD/parts/twoDMotor.cpp index 0b613160b8..1854c78843 100644 --- a/plugins/robots/interpreters/ev3KitInterpreter/src/robotModel/twoD/parts/twoDMotor.cpp +++ b/plugins/robots/interpreters/ev3KitInterpreter/src/robotModel/twoD/parts/twoDMotor.cpp @@ -26,6 +26,7 @@ TwoDMotor::TwoDMotor(kitBase::robotModel::DeviceInfo const &info void TwoDMotor::on(int speed) { + Ev3Motor::on(speed); mEngine.setNewMotor(speed, 0, port(), true); }