2
0
Эх сурвалжийг харах

ImageLoader: Remove url parameter check in load().

Mugen87 6 жил өмнө
parent
commit
3d48465798

+ 0 - 2
src/loaders/ImageLoader.js

@@ -17,8 +17,6 @@ ImageLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
 	load: function ( url, onLoad, onProgress, onError ) {
 
-		if ( url === undefined ) url = '';
-
 		if ( this.path !== undefined ) url = this.path + url;
 
 		url = this.manager.resolveURL( url );