tiny tweaks - removed replaced [] with length=0 in PIXI.destroyTexture
This commit is contained in:
parent
6098e3b6c9
commit
1536397391
3 changed files with 6 additions and 6 deletions
|
@ -5193,7 +5193,7 @@ PIXI.WebGLRenderer.destroyTexture = function(texture)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
texture._glTextures = [];
|
texture._glTextures.length = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
PIXI.WebGLRenderer.updateTextureFrame = function(texture)
|
PIXI.WebGLRenderer.updateTextureFrame = function(texture)
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -261,7 +261,7 @@ PIXI.WebGLRenderer.destroyTexture = function(texture)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
texture._glTextures = [];
|
texture._glTextures.length = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
PIXI.WebGLRenderer.updateTextureFrame = function(texture)
|
PIXI.WebGLRenderer.updateTextureFrame = function(texture)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue