浏览代码

Merge pull request #5156 from phuein/patch-1

Typo.
David Catuhe 7 年之前
父节点
当前提交
e6520dfc9e
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
         }
     }
-}  
+}