mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-13 00:17:30 +00:00
Remove the bone clearing option as that would cause issues
This commit is contained in:
parent
aa42b5396f
commit
03f104fbe7
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue