Forráskód Böngészése

HemisphereLightNode: Fix construct() call (#26441)

sunag 2 éve
szülő
commit
3a21afde31
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      examples/jsm/nodes/lighting/HemisphereLightNode.js

+ 1 - 1
examples/jsm/nodes/lighting/HemisphereLightNode.js

@@ -33,7 +33,7 @@ class HemisphereLightNode extends AnalyticLightNode {
 
 	}
 
-	generate( builder ) {
+	construct( builder ) {
 
 		const { colorNode, groundColorNode, lightDirectionNode } = this;