From 12f25e0fdb11277bf5f6b4e4b078b150d3ea94fd Mon Sep 17 00:00:00 2001 From: StudentBlake <6874208+StudentBlake@users.noreply.github.com> Date: Tue, 26 Jun 2018 14:11:03 -0400 Subject: [PATCH] Reset icons after every load --- XCI_Explorer/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/XCI_Explorer/MainForm.cs b/XCI_Explorer/MainForm.cs index b6623f5..43ec8a1 100644 --- a/XCI_Explorer/MainForm.cs +++ b/XCI_Explorer/MainForm.cs @@ -232,6 +232,7 @@ namespace XCI_Explorer TB_Name.Text = ""; TB_Dev.Text = ""; PB_GameIcon.BackgroundImage = null; + Array.Clear(Icons, 0, Icons.Length); if (getMKey()) { using (FileStream fileStream = File.OpenRead(TB_File.Text))