Browse Source

Clean up.

Mr.doob 6 years ago
parent
commit
e09939e6ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lights/Light.d.ts

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

@@ -12,7 +12,7 @@ export class Light extends Object3D {
 
   color: Color;
   intensity: number;
-	isLight: true;
+  isLight: true;
   receiveShadow: boolean;
   shadow: LightShadow;
   /**