Render from start of track.

This commit is contained in:
Dave French
2014-12-20 22:33:29 +00:00
parent a774e5dabe
commit 5f5d405552

View File

@@ -619,6 +619,7 @@ void Song::stop()
void Song::startExport()
{
stop();
m_playPos[Mode_PlaySong].setTicks( 0 );
playSong();