mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 15:55:40 +08:00
Navmesh/paths rendering depth bias, navmesh points and portals now selectable
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user