propagate properties through to the source, so we don't lose eg. "continue"

settings.  Properties sent through a Split will affect all users.
This commit is contained in:
Glenn Maynard
2007-01-11 04:06:22 +00:00
parent 2f5ce94d48
commit 969e65dea8
@@ -129,7 +129,7 @@ int RageSoundReader_Split::SetPosition( int iFrame )
bool RageSoundReader_Split::SetProperty( const RString &sProperty, float fValue ) bool RageSoundReader_Split::SetProperty( const RString &sProperty, float fValue )
{ {
return false; return m_pImpl->m_pSource->SetProperty( sProperty, fValue );
} }
int RageSoundReader_Split::Read( char *pBuf, int iFrames ) int RageSoundReader_Split::Read( char *pBuf, int iFrames )