mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 22:20:44 +00:00
null the glTexture reference
This commit is contained in:
parent
430232573b
commit
e3c1478867
1 changed files with 1 additions and 0 deletions
|
@ -752,6 +752,7 @@ var Frame = new Class({
|
|||
*/
|
||||
destroy: function ()
|
||||
{
|
||||
this.source.glTexture = null;
|
||||
this.source = null;
|
||||
this.texture = null;
|
||||
this.glTexture = null;
|
||||
|
|
Loading…
Reference in a new issue