Skip to content

Commit

Permalink
Nodes: Fix viewportCoordinate build (#27566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Jan 15, 2024
1 parent 0b91656 commit 534737d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/nodes/display/ViewportNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ class ViewportNode extends Node {

const scope = this.scope;

if ( scope === ViewportNode.COORDINATE ) return;

let output = null;

if ( scope === ViewportNode.RESOLUTION ) {
Expand Down

0 comments on commit 534737d

Please sign in to comment.