This commit is contained in:
Michael Becker 2020-09-02 13:17:25 -04:00
parent 03aad74804
commit dcb32c3e9c

View File

@ -160,7 +160,6 @@ namespace UniversalEditor.Plugins.RavenSoftware.UserInterface.Editors.Carcass
private void tsbModelFileAdd_Click(object sender, EventArgs e)
{
ModelReference mr = lvModelFiles.SelectedRows[0].GetExtraData<ModelReference>("model");
ModelReferencePropertiesDialog dlg = new ModelReferencePropertiesDialog();
if (dlg.ShowDialog() == DialogResult.OK)
{