Tickets

Issues

// TODO sure there is a nicer way to achieve this!

  • Id: b5a07a8fa67b06f979491f2f2985779e
  • 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 sure there is a nicer way to achieve this!
			this.stage.__removeChild(child);
			this.stage.__removeChild(child2);
			
			this.stage.__addChild(child);
			this.stage.__addChild(child2);

History