Cedric Guillemet 6 年之前
父节点
当前提交
5fb5f3282d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Navigation/Plugins/recastJSPlugin.ts

+ 1 - 1
src/Navigation/Plugins/recastJSPlugin.ts

@@ -222,7 +222,7 @@ export class RecastJSPlugin implements INavigationEnginePlugin {
         var crowd = new RecastJSCrowd(this, maxAgents, maxAgentRadius, scene);
         var crowd = new RecastJSCrowd(this, maxAgents, maxAgentRadius, scene);
         return crowd;
         return crowd;
     }
     }
-    
+
     /**
     /**
      * Set the Bounding box extent for doing spatial queries (getClosestPoint, getRandomPointAround, ...)
      * Set the Bounding box extent for doing spatial queries (getClosestPoint, getRandomPointAround, ...)
      * The queries will try to find a solution within those bounds
      * The queries will try to find a solution within those bounds