Cedric Guillemet %!s(int64=6) %!d(string=hai) anos
pai
achega
5fb5f3282d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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