Explorar el Código

AnalyticLightNode: fix call to setupShadowNode (#30713)

Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
Samuel Rigaud hace 1 año
padre
commit
a2b8200f20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/nodes/lighting/AnalyticLightNode.js

+ 1 - 1
src/nodes/lighting/AnalyticLightNode.js

@@ -180,7 +180,7 @@ class AnalyticLightNode extends LightingNode {
 
 			} else {
 
-				shadowNode = this.setupShadowNode( builder );
+				shadowNode = this.setupShadowNode();
 
 			}
 

粤ICP备19079148号