tiny tweaks - removed replaced [] with length=0 in PIXI.destroyTexture

This commit is contained in:
Mat Groves 2014-01-08 21:40:34 +00:00
parent 6098e3b6c9
commit 1536397391
3 changed files with 6 additions and 6 deletions

View file

@ -5193,7 +5193,7 @@ PIXI.WebGLRenderer.destroyTexture = function(texture)
}
}
texture._glTextures = [];
texture._glTextures.length = 0;
};
PIXI.WebGLRenderer.updateTextureFrame = function(texture)