mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 04:54:46 +08:00
Import scenario chain CSV, PathBVH overflow bug fix.
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ namespace CodeWalker.World
|
||||
|
||||
public void BuildBVH()
|
||||
{
|
||||
BVH = new PathBVH(Nodes, 10);
|
||||
BVH = new PathBVH(Nodes, 10, 10);
|
||||
}
|
||||
|
||||
public void BuildVertices()
|
||||
|
||||
+1
-1
@@ -297,7 +297,7 @@ namespace CodeWalker.World
|
||||
|
||||
public void BuildBVH()
|
||||
{
|
||||
BVH = new PathBVH(Nodes, 10);
|
||||
BVH = new PathBVH(Nodes, 10, 10);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user