Browse Source

Merge branch 'master' into dev

Mr.doob 12 years ago
parent
commit
483256452a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/js/loaders/OBJLoader.js

+ 3 - 0
examples/js/loaders/OBJLoader.js

@@ -418,6 +418,9 @@ THREE.OBJLoader.prototype = {
 
 
 		}
 		}
 
 
+		// add the last group
+		meshN( undefined, undefined );
+
 		return group;
 		return group;
 
 
 	}
 	}