issue 1242
Skips first empty period, Engine::mixer()->nextBuffer(); is called in ProjectRenderer::run()
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user