Explorar el Código

WebGLObjects: Removed workaround.

Mr.doob hace 10 años
padre
commit
733539a650
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/renderers/webgl/WebGLObjects.js

+ 0 - 4
src/renderers/webgl/WebGLObjects.js

@@ -334,10 +334,6 @@ THREE.WebGLObjects = function ( gl, info, extensions, getBufferMaterial ) {
 
 		}
 
-		// TOFIX: Workaround for deleted geometry being currently bound
-
-		_currentGeometryProgram = '';
-
 	};
 
 	//