fix RageSoundReader_Preload seek

This commit is contained in:
Glenn Maynard
2007-01-18 10:28:13 +00:00
parent 8ae07ca49f
commit ec1764291d
+1 -1
View File
@@ -102,7 +102,7 @@ int RageSoundReader_Preload::SetPosition( int iFrame )
return 0;
}
return iFrame;
return 1;
}
int RageSoundReader_Preload::GetNextSourceFrame() const