Skip to content
2 changes: 1 addition & 1 deletion examples/webgpu_lights_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

const { lightColor, reflectedLight } = inputs;

reflectedLight.directDiffuse.add( lightColor );
reflectedLight.directDiffuse.addAssign( lightColor );

} );

Expand Down