Skip to content

Commit

Permalink
chore: add return on key args check
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 17, 2023
1 parent 3ee0986 commit 1866be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/nodeOps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const nodeOps: RendererOptions<TresObject, TresObject> = {
if (node.type && nextValue.length > 0) {
root = Object.assign(prevNode, new catalogue.value[node.type](...nextValue))
}
return
}

if (root.type === 'BufferGeometry') {
Expand Down

0 comments on commit 1866be1

Please sign in to comment.