mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Changed how combination stream is seeked...
...when it comes to crossing stream boundaries while reading a block.
This commit is contained in:
parent
dec085142b
commit
a7079a3daf
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ namespace LibHac.Streams
|
||||||
break;
|
break;
|
||||||
|
|
||||||
_currentStream = _streams[_currentStreamIndex++];
|
_currentStream = _streams[_currentStreamIndex++];
|
||||||
|
_currentStream.Position = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue