Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Jan 23, 2024
1 parent 59b814e commit 5fa28cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/jsm/nodes/core/NodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const typeFromLength = new Map( [
[ 2, 'vec2' ],
[ 3, 'vec3' ],
[ 4, 'vec4' ],
[ 4, 'mat2' ],
[ 9, 'mat3' ],
[ 16, 'mat4' ]
] );
Expand Down

0 comments on commit 5fa28cb

Please sign in to comment.