Browse Source

removed comment

Fordy 10 years ago
parent
commit
165dea3f45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/WebGLRenderer.js

+ 0 - 1
src/renderers/WebGLRenderer.js

@@ -35,7 +35,6 @@ THREE.WebGLRenderer = function ( parameters ) {
 	// tracks context specific properties to allow sharing of objects across webgl renderers
 	// each object stores relevant webgl properties that are specific to this renderer
 	// objects are stored by their uuids
-	// attributes are given a uuid in order to store their properties
 	var objectRendererWebGLProps = {};
 
 	var lights = [];