Parcourir la source

Update AmbientLight.d.ts

ycw il y a 5 ans
Parent
commit
7ac2138b5b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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. 
 	 */
-	castShadow: false;
+	castShadow: undefined;
 	readonly isAmbientLight: true;
 
 }

粤ICP备19079148号