_this.info.memory.geometries now counting BufferGeometry correctly
@@ -3630,7 +3630,7 @@ THREE.WebGLRenderer = function ( parameters ) {
if ( geometry instanceof THREE.BufferGeometry ) {
- //
+ _this.info.memory.geometries ++;
} else if ( object instanceof THREE.Mesh ) {