mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-26 01:56:46 +00:00
Made a small mistake with the last commit lol
This commit is contained in:
@@ -831,7 +831,6 @@ namespace PckStudio
|
||||
PCKAudioFileWriter.Write(stream, audioPck, isLittle);
|
||||
pckFileData.SetData(stream.ToArray());
|
||||
}
|
||||
BuildMainTreeView();
|
||||
return pckFileData;
|
||||
}
|
||||
|
||||
@@ -849,6 +848,7 @@ namespace PckStudio
|
||||
if (diag.ShowDialog(this) == DialogResult.OK)
|
||||
TrySetLocFile(locFile);
|
||||
diag.Dispose();
|
||||
BuildMainTreeView();
|
||||
}
|
||||
|
||||
private void createAnimatedTextureToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user