mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
If it's a new callback we need it
This commit is contained in:
parent
2879b12a10
commit
e5695cabff
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ var EmitterOp = new Class({
|
|||
|
||||
var method = this.getMethod();
|
||||
|
||||
if (method !== this.method)
|
||||
if (method !== this.method || method === 3)
|
||||
{
|
||||
this.setMethods(method);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue