changed method of handling start button in the action demo

This commit is contained in:
Kayman 2017-06-05 13:27:34 +09:00
parent 2ba4510a2b
commit 3a6a268028

View File

@ -127,7 +127,7 @@ void ActionDemo::process()
case PauseAction:
{
stopMP3();
stopAction();
brakeAction();
break;
}