Browse Source

Removed a comment

Cecile Muller 12 years ago
parent
commit
6c39ae8016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/VRMLLoader.js

+ 1 - 1
examples/js/loaders/VRMLLoader.js

@@ -19,7 +19,7 @@ THREE.VRMLLoader.prototype = {
 
 			scope.dispatchEvent( { type: 'load', content: object } );
 
-			//if ( callback ) callback( geometry ); //WP what is that line for ?? and hyw only one geometry and no material ?
+			if ( callback ) callback( geometry );
 
 		}, false );