mirror of
https://github.com/wassname/phaser.git
synced 2026-07-05 17:30:19 +08:00
n-way collision checks and onBeginContact and onEndContact done and working. Also fixed issue in TweenManager.removeAll.
This commit is contained in:
+1
-2
@@ -49,8 +49,7 @@ Phaser.Group = function (game, parent, name, useStage) {
|
||||
{
|
||||
if (parent instanceof Phaser.Group)
|
||||
{
|
||||
parent._container.addChild(this._container);
|
||||
parent._container.updateTransform();
|
||||
parent.add(this);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user