fix launcher locking up when downloading resources

This commit is contained in:
UnknownShadow200 2018-08-06 03:09:43 +10:00
parent ad0f6fabbe
commit 6e9b5a8e31

View File

@ -64,6 +64,7 @@ namespace Launcher.Patcher {
{
dst.SetLength(44);
RawOut output = new RawOut((FileStream)dst, true);
output.Create(1);
OggContainer container = new OggContainer(src);
output.PlayStreaming(container);