Update BaseTexture.js
Updated Chrome bug link
This commit is contained in:
parent
85a0d67895
commit
a45b672d41
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ PIXI.BaseTexture.fromImage = function(imageUrl, crossorigin)
|
|||
var baseTexture = PIXI.BaseTextureCache[imageUrl];
|
||||
if(!baseTexture)
|
||||
{
|
||||
// new Image() breaks tex loading in Chrome.
|
||||
// See https://code.google.com/p/chromium/issues/detail?id=115668
|
||||
// new Image() breaks tex loading in some versions of Chrome.
|
||||
// See https://code.google.com/p/chromium/issues/detail?id=238071
|
||||
var image = document.createElement('img');
|
||||
if (crossorigin)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue