Skip to content

Commit 8dc8d7d

Browse files
committed
Added fd to the renderSession to stop the FrameDebugger breaking in TilingSprite under WebGL.
1 parent 84624bd commit 8dc8d7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pixi/renderers/webgl/WebGLRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ PIXI.WebGLRenderer = function(game) {
179179

180180
// Needed?
181181
this.renderSession.game = this.game;
182+
this.renderSession.fd = this.game.fd;
182183
this.renderSession.gl = this.gl;
183184
this.renderSession.drawCount = 0;
184185
this.renderSession.shaderManager = this.shaderManager;

0 commit comments

Comments
 (0)