Browse Source

WebGLObjects: Removed workaround.

Mr.doob 10 năm trước cách đây
mục cha
commit
733539a650
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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 = '';
-
 	};
 
 	//