Explorar el Código

fix typo in comment

Julien Barrois hace 6 años
padre
commit
586c4d70ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Collisions/babylon.pickingInfo.ts

+ 1 - 1
src/Collisions/babylon.pickingInfo.ts

@@ -38,7 +38,7 @@ module BABYLON {
         public bu = 0;
         public bu = 0;
         /** (See getTextureCoordinates) The barycentric V coordinate that is used when calulating the texture coordinates of the collision.*/
         /** (See getTextureCoordinates) The barycentric V coordinate that is used when calulating the texture coordinates of the collision.*/
         public bv = 0;
         public bv = 0;
-        /** The index of the face on the mesh that was picked, or the index of the Line it the picked Mesh is a LinesMesh */
+        /** The index of the face on the mesh that was picked, or the index of the Line if the picked Mesh is a LinesMesh */
         public faceId = -1;
         public faceId = -1;
         /** Id of the the submesh that was picked */
         /** Id of the the submesh that was picked */
         public subMeshId = 0;
         public subMeshId = 0;