2
0
Cecile Muller 12 жил өмнө
parent
commit
6c39ae8016

+ 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 );