Merge pull request #1884 from M374LX/songcomments

Song::processNextBuffer() - add more comments and rename variables
This commit is contained in:
Tres Finocchiaro
2015-04-17 19:48:32 +00:00
2 changed files with 31 additions and 24 deletions

View File

@@ -75,7 +75,6 @@ public:
PlayPos( const int abs = 0 ) :
MidiTime( abs ),
m_timeLine( NULL ),
m_timeLineUpdate( true ),
m_currentFrame( 0.0f )
{
}
@@ -88,7 +87,6 @@ public:
return m_currentFrame;
}
TimeLineWidget * m_timeLine;
bool m_timeLineUpdate;
private:
float m_currentFrame;