Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Oct 20, 2023
1 parent d87de1a commit 7f872e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/nodes/core/StackNode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Node, { addNodeClass } from './Node.js';
import { bypass } from '../core/BypassNode.js';
import { expression } from '../code/ExpressionNode.js';
import { cond } from '../math/CondNode.js';
import { ShaderNode, nodeProxy, getCurrentStack, setCurrentStack } from '../shadernode/ShaderNode.js';

Expand Down
1 change: 0 additions & 1 deletion examples/jsm/nodes/transpiler/TSLEncoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ ${ this.tab }} )`;
if ( ( initialization && initialization.isVariableDeclaration && initialization.next === null ) &&
( condition && condition.left.isAccessor && condition.left.property === initialization.name ) &&
( afterthought && afterthought.isUnary ) &&
( initialization.name === condition.left.property ) &&
( initialization.name === afterthought.expression.property )
) {

Expand Down

0 comments on commit 7f872e4

Please sign in to comment.