Remove the bone clearing option as that would cause issues

This commit is contained in:
KillzXGaming 2019-03-27 17:46:16 -04:00
parent aa42b5396f
commit 03f104fbe7

View file

@ -75,7 +75,6 @@ namespace Bfres.Structs
ContextMenuStrip.Items.Add(new ToolStripMenuItem("Export Skeleton", null, ExportAction, Keys.Control | Keys.E));
ContextMenuStrip.Items.Add(new ToolStripMenuItem("Replace Skeleton", null, ReplaceAction, Keys.Control | Keys.R));
ContextMenuStrip.Items.Add(new ToolStripSeparator());
ContextMenuStrip.Items.Add(new ToolStripMenuItem("Clear All Bones", null, ClearAction, Keys.Control | Keys.C));
}
public override void Replace(string FileName)