Explorar o código

Removed a comment

Cecile Muller %!s(int64=12) %!d(string=hai) anos
pai
achega
6c39ae8016
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );