Cedric Guillemet 6 lat temu
rodzic
commit
5fb5f3282d
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
         return crowd;
     }
-    
+
     /**
      * Set the Bounding box extent for doing spatial queries (getClosestPoint, getRandomPointAround, ...)
      * The queries will try to find a solution within those bounds