Skip to content

Commit c32a853

Browse files
committed
Lint
1 parent ca81a0a commit c32a853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scene/materials/node-material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ Object.assign(NodeMaterial.prototype, {
624624
var subGraphList = [];
625625

626626
// it should not be possible for the the number of iterations to exceeds the number of connections - unless there is a cyclic dependency
627-
var whileLoopCount = 0;
627+
var whileLoopCount = 0;
628628

629629
while (subGraphList.length < this.graphData.subGraphs.length || whileLoopCount < this.graphData.connections.length) {
630630
whileLoopCount++;

0 commit comments

Comments
 (0)