mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
fix launcher locking up when downloading resources
This commit is contained in:
parent
ad0f6fabbe
commit
6e9b5a8e31
@ -64,6 +64,7 @@ namespace Launcher.Patcher {
|
|||||||
{
|
{
|
||||||
dst.SetLength(44);
|
dst.SetLength(44);
|
||||||
RawOut output = new RawOut((FileStream)dst, true);
|
RawOut output = new RawOut((FileStream)dst, true);
|
||||||
|
output.Create(1);
|
||||||
OggContainer container = new OggContainer(src);
|
OggContainer container = new OggContainer(src);
|
||||||
output.PlayStreaming(container);
|
output.PlayStreaming(container);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user