Update ProjectRenderer.cpp

This commit is contained in:
Alexandre Almeida
2015-01-07 21:13:27 -02:00
committed by Alexandre
parent 92f9fd92ec
commit 9e1a35e327

View File

@@ -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()