mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
lint fix
This commit is contained in:
parent
b6768f8a0f
commit
1a1dbe2dd7
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ var RenderTexture = new Class({
|
|||
*/
|
||||
preDestroy: function ()
|
||||
{
|
||||
if (this.renderer && this.renderer.gl)
|
||||
if (this.renderer && this.renderer.gl)
|
||||
{
|
||||
this.renderer.deleteTexture(this.texture);
|
||||
this.renderer.deleteFramebuffer(this.framebuffer);
|
||||
|
|
Loading…
Reference in a new issue