Kaynağa Gözat

Update AmbientLight.d.ts

ycw 5 yıl önce
ebeveyn
işleme
7ac2138b5b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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号