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:
@@ -129,7 +129,7 @@ int RageSoundReader_Split::SetPosition( int iFrame )
|
||||
|
||||
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 )
|
||||
|
||||
Reference in New Issue
Block a user