ycw 5 лет назад
Родитель
Сommit
88b7428503
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/lights/AmbientLight.d.ts

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

@@ -21,7 +21,7 @@ export class AmbientLight extends Light {
 	type: string;
 
 	/**
-	 * 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: undefined;
 	readonly isAmbientLight: true;

粤ICP备19079148号