|
@@ -43,6 +43,8 @@ ImageBitmapLoader.prototype = {
|
|
|
|
|
|
if ( this.path !== undefined ) url = this.path + url;
|
|
if ( this.path !== undefined ) url = this.path + url;
|
|
|
|
|
|
|
|
+ url = this.manager.resolveURL( url );
|
|
|
|
+
|
|
var scope = this;
|
|
var scope = this;
|
|
|
|
|
|
var cached = Cache.get( url );
|
|
var cached = Cache.get( url );
|