Skip to content

Commit

Permalink
_this.info.memory.geometries now counting BufferGeometry correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Naumann committed Dec 10, 2014
1 parent e2d916c commit 595a163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3630,7 +3630,7 @@ THREE.WebGLRenderer = function ( parameters ) {

if ( geometry instanceof THREE.BufferGeometry ) {

//
_this.info.memory.geometries ++;

} else if ( object instanceof THREE.Mesh ) {

Expand Down

0 comments on commit 595a163

Please sign in to comment.