Ynv polygon properties editing

This commit is contained in:
dexyfex
2018-03-10 04:58:44 +11:00
Unverified
parent 68273e7dca
commit ab64a82791
13 changed files with 1545 additions and 115 deletions
+2 -2
View File
@@ -594,7 +594,7 @@ namespace CodeWalker.Forms
FileName = ynv.Name;
Ynv = ynv;
//UpdateModelsUI(ypt.Particles.Drawable);
UpdateNavmeshUI(ynv);
}
@@ -832,7 +832,7 @@ namespace CodeWalker.Forms
}
private void UpdateNavmeshUI(YnvFile ynv)
{
DetailsPropertyGrid.SelectedObject = ynv.Nav;
DetailsPropertyGrid.SelectedObject = ynv;
}