Skip to content

Commit acff7d7

Browse files
committed
LightShadow: Fix isShadowCamera flag.
1 parent 68e24c0 commit acff7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lights/LightShadow.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class LightShadow {
114114
copy( source ) {
115115

116116
this.camera = source.camera.clone();
117+
this.camera.isShadowCamera = true;
117118

118119
this.intensity = source.intensity;
119120

0 commit comments

Comments
 (0)