|
@@ -1572,6 +1572,7 @@ function Renderer(container) { |
|
|
processLoadedTexture(img, this.texture); |
|
|
processLoadedTexture(img, this.texture); |
|
|
this.callback(this.texture, true); |
|
|
this.callback(this.texture, true); |
|
|
} |
|
|
} |
|
|
|
|
|
releaseTextureImageLoader(this); |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|
this.image.src = src; |
|
|
this.image.src = src; |
|
|