소스 검색

trailing space

Cedric Guillemet 6 년 전
부모
커밋
8dcdbf7386
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Lights/directionalLight.ts

+ 1 - 1
src/Lights/directionalLight.ts

@@ -222,7 +222,7 @@ export class DirectionalLight extends ShadowLight {
         } else {
             this._uniformBuffer.updateFloat4("vLightData", this.direction.x, this.direction.y, this.direction.z, 1, lightIndex);
         }
-        
+
         return this;
     }