fix RageSoundReader_Preload seek
This commit is contained in:
@@ -102,7 +102,7 @@ int RageSoundReader_Preload::SetPosition( int iFrame )
|
||||
return 0;
|
||||
}
|
||||
|
||||
return iFrame;
|
||||
return 1;
|
||||
}
|
||||
|
||||
int RageSoundReader_Preload::GetNextSourceFrame() const
|
||||
|
||||
Reference in New Issue
Block a user