Browse Source

Update AmbientLight.d.ts

ycw 4 years ago
parent
commit
7ac2138b5b
1 changed files with 1 additions and 1 deletions
  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;
 
 
 }
 }