mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-06-07 09:05:50 +08:00
Import scenario chain CSV, PathBVH overflow bug fix.
This commit is contained in:
+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