Skip to content

Commit

Permalink
Update ClipPlane.js
Browse files Browse the repository at this point in the history
  • Loading branch information
microaaron committed Jul 22, 2022
1 parent 067c410 commit f8f45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Rendering/ClipPlane.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ x3dom.registerNodeType(
parentRemoved : function ( parent )
{
//TODO
x3dom.nodeTypes.X3DChildNode.parentRemoved.prototype.call( this, parent );
x3dom.nodeTypes.X3DChildNode.prototype.parentRemoved.call( this, parent );
}
}
)
Expand Down

0 comments on commit f8f45d9

Please sign in to comment.