Browse Source

unned var

sunag 7 years ago
parent
commit
60fbfb9bd8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/nodes/postprocessing/NodePass.js

+ 0 - 2
examples/js/nodes/postprocessing/NodePass.js

@@ -6,8 +6,6 @@ THREE.NodePass = function () {
 
 
 	THREE.ShaderPass.call( this );
 	THREE.ShaderPass.call( this );
 
 
-	var self = this;
-
 	this.name = "";
 	this.name = "";
 	this.uuid = THREE.Math.generateUUID();
 	this.uuid = THREE.Math.generateUUID();