typo
This commit is contained in:
@@ -617,7 +617,7 @@ RageSoundReader_WAV::~RageSoundReader_WAV()
|
|||||||
RageSoundReader_WAV *RageSoundReader_WAV::Copy() const
|
RageSoundReader_WAV *RageSoundReader_WAV::Copy() const
|
||||||
{
|
{
|
||||||
RageSoundReader_WAV *ret = new RageSoundReader_WAV;
|
RageSoundReader_WAV *ret = new RageSoundReader_WAV;
|
||||||
RageFileBasic *pFile = m_pFile->Copy();;
|
RageFileBasic *pFile = m_pFile->Copy();
|
||||||
pFile->Seek( 0 );
|
pFile->Seek( 0 );
|
||||||
ret->Open( pFile );
|
ret->Open( pFile );
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user