mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 21:05:33 +00:00
Fixed a bug where a newly created Audio.pck would be hidden from the user
This commit is contained in:
@@ -831,6 +831,7 @@ namespace PckStudio
|
||||
PCKAudioFileWriter.Write(stream, audioPck, isLittle);
|
||||
pckFileData.SetData(stream.ToArray());
|
||||
}
|
||||
BuildMainTreeView();
|
||||
return pckFileData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user