Navmesh/paths rendering depth bias, navmesh points and portals now selectable

This commit is contained in:
dexyfex
2018-03-12 04:42:20 +11:00
Unverified
parent 07330891bf
commit 761278fd0b
15 changed files with 448 additions and 139 deletions
+2 -2
View File
@@ -573,7 +573,7 @@ namespace CodeWalker.Forms
FileName = ybn.Name;
Ybn = ybn;
UpdateBoundsUI(ybn.Bounds);
UpdateBoundsUI(ybn);
}
public void LoadParticles(YptFile ypt)
{
@@ -825,7 +825,7 @@ namespace CodeWalker.Forms
ToolsPanel.Visible = true; //show the panel by default for dictionaries...
}
private void UpdateBoundsUI(Bounds bounds)
private void UpdateBoundsUI(YbnFile bounds)
{
DetailsPropertyGrid.SelectedObject = bounds;
}