File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ PIXI.PixiShader.prototype.initUniforms = function()
180180
181181 if ( type === 'sampler2D' )
182182 {
183- debugger ;
184183 uniform . _init = false ;
185184
186185 if ( uniform . value !== null )
Original file line number Diff line number Diff line change @@ -179,9 +179,8 @@ PIXI.WebGLFastSpriteBatch.prototype.end = function()
179179 * @method render
180180 * @param spriteBatch {WebGLSpriteBatch}
181181 */
182- PIXI . WebGLFastSpriteBatch . prototype . render = function ( spriteBatch )
182+ PIXI . WebGLFastSpriteBatch . prototype . render = function ( spriteBatch )
183183{
184- debugger ;
185184 var children = spriteBatch . children ;
186185 var sprite = children [ 0 ] ;
187186
@@ -369,8 +368,6 @@ PIXI.WebGLFastSpriteBatch.prototype.renderSprite = function(sprite)
369368 */
370369PIXI . WebGLFastSpriteBatch . prototype . flush = function ( )
371370{
372- debugger ;
373-
374371 // If the batch is length 0 then return as there is nothing to draw
375372 if ( this . currentBatchSize === 0 ) return ;
376373
You can’t perform that action at this time.
0 commit comments