diff --git a/stepmania/src/RageSoundReader_ChannelSplit.cpp b/stepmania/src/RageSoundReader_ChannelSplit.cpp index 908cce8ecf..94e89ba8a9 100644 --- a/stepmania/src/RageSoundReader_ChannelSplit.cpp +++ b/stepmania/src/RageSoundReader_ChannelSplit.cpp @@ -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 )