Jelajahi Sumber

trailing space

Cedric Guillemet 6 tahun lalu
induk
melakukan
8dcdbf7386
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
     }