seek()s return frames, not bytes
This commit is contained in:
@@ -101,7 +101,7 @@ int RageSoundReader_Preload::SetPosition_Accurate(int ms)
|
||||
return 0;
|
||||
}
|
||||
|
||||
return m_iPosition;
|
||||
return ms;
|
||||
}
|
||||
|
||||
int RageSoundReader_Preload::SetPosition_Fast( int iMS )
|
||||
|
||||
Reference in New Issue
Block a user