diff --git a/src/core/Song.cpp b/src/core/Song.cpp index c9ac56452..2dd9c549b 100644 --- a/src/core/Song.cpp +++ b/src/core/Song.cpp @@ -619,6 +619,7 @@ void Song::stop() void Song::startExport() { stop(); + m_playPos[Mode_PlaySong].setTicks( 0 ); playSong();