Explorar o código

Merge pull request #6788 from 13djwright/patch-1

Update meshLODLevel.ts
David Catuhe %!s(int64=6) %!d(string=hai) anos
pai
achega
ceeacfbb68
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Meshes/meshLODLevel.ts

+ 2 - 2
src/Meshes/meshLODLevel.ts

@@ -12,9 +12,9 @@ export class MeshLODLevel {
      * @param mesh defines the mesh to use to render this level
      */
     constructor(
-        /** Defines the distance where this level should star being displayed */
+        /** Defines the distance where this level should start being displayed */
         public distance: number,
         /** Defines the mesh to use to render this level */
         public mesh: Nullable<Mesh>) {
     }
-}
+}