Fixed files ending when seeking

This commit is contained in:
Chris Moeller 2013-10-15 11:30:18 -07:00
parent 2c8f085a3d
commit 7d600e1911

View file

@ -145,6 +145,8 @@
{
player->Seek( frame );
framesRead = frame;
return frame;
}