Browse Source

Revert WebGLObjects.update ignoring THREE.Geometry.

Mr.doob 10 years ago
parent
commit
6fe70b5aa4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/renderers/webgl/WebGLObjects.js

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

@@ -113,8 +113,6 @@ THREE.WebGLObjects = function ( gl, info ) {
 
 	this.update = function ( object ) {
 
-		if ( object.geometry instanceof THREE.Geometry ) return;
-
 		var geometry = geometries.get( object );
 
 		if ( object.geometry instanceof THREE.DynamicGeometry ) {