Merge pull request #1476 from curlymorphic/i1194

Proposed fix for Render from beginning (not play head)
This commit is contained in:
Tres Finocchiaro
2014-12-20 22:19:00 -05:00

View File

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