Skip to content

Commit a2b8200

Browse files
s-rigaudSamuel Rigaud
andauthored
AnalyticLightNode: fix call to setupShadowNode (#30713)
Co-authored-by: Samuel Rigaud <[email protected]>
1 parent 984b00d commit a2b8200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/lighting/AnalyticLightNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class AnalyticLightNode extends LightingNode {
180180

181181
} else {
182182

183-
shadowNode = this.setupShadowNode( builder );
183+
shadowNode = this.setupShadowNode();
184184

185185
}
186186

0 commit comments

Comments
 (0)