Tickets

Issues

// TODO may optimise?

  • Id: 68d8932bf48eeebae15592bb3a6106c3
  • Status: Closed
  • Initial commit: 7fc0fd2dccb027e1d73b169c6a51f09cc9f54e92
  • Creation date: 2015-02-01 01:41:03
  • Last changed: 2015-02-01 02:00:57
  • Created by: Laurent Defert
  • File: js/pixi.js
  • Last changed by: Laurent Defert
  • Tag:

		// TODO may optimise?
		if(index == 0 || index == this.batchs.length-1)
		{
			// wha - eva! just get of the empty batch!
			this.batchs.splice(index, 1);
			if(batchToRemove instanceof PIXI.WebGLBatch)PIXI.WebGLRenderer.returnBatch(batchToRemove);

History