Cedric Guillemet 4 anni fa
parent
commit
61e8453bdb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Navigation/INavigationEngine.ts

+ 1 - 1
src/Navigation/INavigationEngine.ts

@@ -457,7 +457,7 @@ export interface INavMeshParameters {
      */
     tileSize: number;
 
-    /*
+    /**
     * The size of the non-navigable border around the heightfield.
     */
     borderSize: number;