Update ProjectRenderer.cpp
This commit is contained in:
committed by
Alexandre
parent
92f9fd92ec
commit
9e1a35e327
@@ -163,7 +163,7 @@ void ProjectRenderer::run()
|
||||
//skip first empty buffer
|
||||
Engine::mixer()->nextBuffer();
|
||||
|
||||
Song::playPos & pp = Engine::getSong()->getPlayPos(
|
||||
Song::PlayPos & pp = Engine::getSong()->getPlayPos(
|
||||
Song::Mode_PlaySong );
|
||||
m_progress = 0;
|
||||
const int sl = ( Engine::getSong()->length() + 1 ) * 192;
|
||||
@@ -230,5 +230,3 @@ void ProjectRenderer::updateConsoleProgress()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user