diff --git a/op3_demo/src/action/action_demo.cpp b/op3_demo/src/action/action_demo.cpp index 19d329c..10c7f88 100644 --- a/op3_demo/src/action/action_demo.cpp +++ b/op3_demo/src/action/action_demo.cpp @@ -127,7 +127,7 @@ void ActionDemo::process() case PauseAction: { stopMP3(); - stopAction(); + brakeAction(); break; }