Reset icons after every load

This commit is contained in:
StudentBlake 2018-06-26 14:11:03 -04:00
parent eaa08ff534
commit 12f25e0fdb

View file

@ -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))