Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Sep 22, 2023
1 parent 75a4a99 commit 515d465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/jsm/renderers/webgl/nodes/GLSLNodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,10 @@ void main() {
} else if ( shaderStage === 'fragment' ) {

if ( ! node.outputNode.isOutputStructNode ) {

flow += 'fragColor = ';
flow += `${ flowSlotData.result };`;

}

}
Expand Down

0 comments on commit 515d465

Please sign in to comment.