This commit is contained in:
Glenn Maynard
2006-12-23 04:05:58 +00:00
parent ce0308b234
commit 39d435c186
-4
View File
@@ -574,10 +574,6 @@ bool RageSound::SetPositionFrames( int iFrames )
return false;
}
/* If we're already there, don't do anything. */
if( m_iSourceFrame == iFrames )
return true;
int iRet = m_pSource->SetPosition( iFrames );
if( iRet == -1 )
{