Skip to content

Commit

Permalink
Merge pull request #1476 from curlymorphic/i1194
Browse files Browse the repository at this point in the history
Proposed fix for Render from beginning (not play head)
  • Loading branch information
tresf committed Dec 21, 2014
2 parents db551b9 + 5f5d405 commit 635e92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ void Song::stop()
void Song::startExport()
{
stop();
m_playPos[Mode_PlaySong].setTicks( 0 );

playSong();

Expand Down

0 comments on commit 635e92a

Please sign in to comment.