mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -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);
|
||||
RawOut output = new RawOut((FileStream)dst, true);
|
||||
output.Create(1);
|
||||
OggContainer container = new OggContainer(src);
|
||||
output.PlayStreaming(container);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user