瀏覽代碼

Update AmbientLight.d.ts

ycw 5 年之前
父節點
當前提交
7ac2138b5b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lights/AmbientLight.d.ts

+ 1 - 1
src/lights/AmbientLight.d.ts

@@ -23,7 +23,7 @@ export class AmbientLight extends Light {
 	/**
 	/**
 	 * This light cannot be used to cast shadows as it does not have a direction. 
 	 * This light cannot be used to cast shadows as it does not have a direction. 
 	 */
 	 */
-	castShadow: false;
+	castShadow: undefined;
 	readonly isAmbientLight: true;
 	readonly isAmbientLight: true;
 
 
 }
 }

粤ICP备19079148号