mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 19:58:15 +02:00
stop the playback after the clip stopped playing rather than pause. Allows you to click play again without having to move the position back.
This commit is contained in:
parent
b54d6cb0e1
commit
b954d5b0e9
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ void Deck::processFrames() {
|
|||
// if doing relative movement
|
||||
emit looped();
|
||||
} else {
|
||||
// otherwise pause playback
|
||||
pause();
|
||||
// otherwise stop playback
|
||||
stop();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue