mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Fixed #3145
This commit is contained in:
parent
8de078d333
commit
d421e9264e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ var PointerConstraint = new Class({
|
|||
*/
|
||||
destroy: function ()
|
||||
{
|
||||
this.world.remove(this.constraint);
|
||||
this.world.removeConstraint(this.constraint);
|
||||
|
||||
this.constraint = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue