Tickets

Issues

// TODO - this can be faster - but not as important right now

  • Id: 885c175aeedc94014e7260cdaeb9e8b7
  • 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 - this can be faster - but not as important right now
	
	this.addDisplayObject(displayObject);
	var children = displayObject.children;
	
	for (var i=0; i < children.length; i++) 

History