Changed how combination stream is seeked...

...when it comes to crossing stream boundaries while reading a block.
This commit is contained in:
caitsith2 2018-08-31 15:00:59 -07:00 committed by Alex Barney
parent dec085142b
commit a7079a3daf

View file

@ -126,6 +126,7 @@ namespace LibHac.Streams
break;
_currentStream = _streams[_currentStreamIndex++];
_currentStream.Position = 0;
}
}