Skip to content

Commit e09939e

Browse files
committed
Clean up.
1 parent f4c30aa commit e09939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lights/Light.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class Light extends Object3D {
1212

1313
color: Color;
1414
intensity: number;
15-
isLight: true;
15+
isLight: true;
1616
receiveShadow: boolean;
1717
shadow: LightShadow;
1818
/**

0 commit comments

Comments
 (0)