issue 1242

Skips first empty period,

  Engine::mixer()->nextBuffer(); is called in ProjectRenderer::run()
This commit is contained in:
dave
2014-11-29 20:44:34 +00:00
parent ad1e495557
commit 550d310a49

View File

@@ -160,6 +160,8 @@ void ProjectRenderer::run()
Engine::getSong()->startExport();
//skip first empty buffer
Engine::mixer()->nextBuffer();
Song::playPos & pp = Engine::getSong()->getPlayPos(
Song::Mode_PlaySong );