Skip to content

Commit 8ed749b

Browse files
committed
Removed old scissor code
1 parent ae46e11 commit 8ed749b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/renderer/webgl/WebGLRenderer.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -305,24 +305,13 @@ var WebGLRenderer = new Class({
305305
// this.currentScissor = new Uint32Array([ 0, 0, this.width, this.height ]);
306306
this.currentScissor = null;
307307

308-
/**
309-
* Index to the scissor stack top
310-
*
311-
* @name Phaser.Renderer.WebGL.WebGLRenderer#currentScissorIdx
312-
* @type {number}
313-
* @default 0
314-
* @since 3.0.0
315-
*/
316-
// this.currentScissorIdx = 0;
317-
318308
/**
319309
* Stack of scissor data
320310
*
321311
* @name Phaser.Renderer.WebGL.WebGLRenderer#scissorStack
322312
* @type {Uint32Array}
323313
* @since 3.0.0
324314
*/
325-
// this.scissorStack = new Uint32Array(4 * 1000);
326315
this.scissorStack = [];
327316

328317
// Setup context lost and restore event listeners

0 commit comments

Comments
 (0)