Skip to content

Commit 737bf8c

Browse files
authored
Removed override this.receiveShadow = undefined
inherited value is `false` (from its based class, Object3D)
1 parent 4c75646 commit 737bf8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lights/Light.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ function Light( color, intensity ) {
1010
this.color = new Color( color );
1111
this.intensity = intensity !== undefined ? intensity : 1;
1212

13-
this.receiveShadow = undefined;
14-
1513
}
1614

1715
Light.prototype = Object.assign( Object.create( Object3D.prototype ), {

0 commit comments

Comments
 (0)