This commit is contained in:
Glenn Maynard
2006-12-27 09:19:24 +00:00
parent 3551367fe4
commit b7faf9c22b
@@ -306,7 +306,7 @@ bool RageSoundReader_SpeedChange::SetProperty( const RString &sProperty, float f
int RageSoundReader_SpeedChange::GetNextSourceFrame() const
{
float fRatio = m_fTrailingSpeedRatio; //GetTrailingRatio();
float fRatio = m_fTrailingSpeedRatio;
int iSourceFrame = RageSoundReader_Filter::GetNextSourceFrame();
int iPos = lrintf(m_iPos * fRatio);