Skip to content

Commit adb2a85

Browse files
committed
lint
1 parent 3d4f342 commit adb2a85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/scene/materials/node-material.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,7 @@ shadergraph.connectFragOut = function (arg) {
831831
// specific port of a node
832832
this.graph.connect(arg.node, arg.port, -1, graphVar.name);
833833
}
834-
835-
//this.graph.connect(nodeIndex, (name) ? 'OUT_' + name : 'OUT_ret', -1, graphVar.name);
834+
// this.graph.connect(nodeIndex, (name) ? 'OUT_' + name : 'OUT_ret', -1, graphVar.name);
836835
};
837836

838837
shadergraph.connectVertexOffset = function (arg) {
@@ -850,7 +849,7 @@ shadergraph.connectVertexOffset = function (arg) {
850849
// specific port of a node
851850
this.graph.connect(arg.node, arg.port, -1, graphVar.name);
852851
}
853-
// this.graph.connect(nodeIndex, (name) ? 'OUT_' + name : 'OUT_ret', -1, graphVar.name);
852+
// this.graph.connect(nodeIndex, (name) ? 'OUT_' + name : 'OUT_ret', -1, graphVar.name);
854853
};
855854

856855
shadergraph.connectCustom = function (destNodeIndex, destName, nodeIndex_or_param, name) {

0 commit comments

Comments
 (0)