Browse Source

WebGLBindingStates: Clean up.

Mugen87 5 years ago
parent
commit
65fb51d936
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/renderers/webgl/WebGLBindingStates.js

+ 0 - 3
src/renderers/webgl/WebGLBindingStates.js

@@ -168,9 +168,6 @@ function WebGLBindingStates( gl, extensions, attributes, capabilities ) {
 
 	}
 
-	// If we sacrifice some BufferGeometry/Attribute API flexibility
-	// needsUpdate() and saveCache() can be much simpler. See #16287
-
 	function needsUpdate( geometry ) {
 
 		const cachedAttributes = currentState.attributes;