fix filepos desync
This commit is contained in:
@@ -277,6 +277,7 @@ int RageFile::Seek( int offset )
|
|||||||
if( offset == 0 )
|
if( offset == 0 )
|
||||||
{
|
{
|
||||||
m_File->Rewind();
|
m_File->Rewind();
|
||||||
|
m_FilePos = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user