Takahiro пре 6 година
родитељ
комит
1544f8b4cc
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      examples/js/loaders/sea3d/SEA3D.js

+ 1 - 2
examples/js/loaders/sea3d/SEA3D.js

@@ -3240,9 +3240,8 @@ SEA3D.File.prototype.load = function ( url ) {
 
 	xhr.open( "GET", url, true );
 
-	if (!this.config.path) {
+	if ( ! this.config.path ) {
 
-//		this.config.path = THREE.Loader.prototype.extractUrlBase( url );
 		this.config.path = THREE.LoaderUtils.extractUrlBase( url );
 
 	}