James Koss 7 éve
szülő
commit
9423c14d1f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/Lights/babylon.directionalLight.ts

+ 2 - 2
src/Lights/babylon.directionalLight.ts

@@ -63,7 +63,7 @@
         /**
          * Creates a DirectionalLight object in the scene, oriented towards the passed direction (Vector3).  
          * The directional light is emitted from everywhere in the given direction.  
-         * It can cast shawdows.
+         * It can cast shadows.
          * Documentation : http://doc.babylonjs.com/tutorials/lights
          * @param name The friendly name of the light
          * @param direction The direction of the light
@@ -230,4 +230,4 @@
             defines["DIRLIGHT" + lightIndex] = true;
         }
     }
-}  
+}