mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 06:56:15 +08:00
Ynv polygon properties editing
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user