Jump to content

overlapHandler caled with parameters in wrong order?


Leep
 Share

Recommended Posts

Is it just me or does physics.arcade.overlap end up calling the overlapHandler with the object1/object2 parameters in the wrong order if object 1 is a group and object2 is a sprite?  I'm looking the code in World.js (http://docs.phaser.io/World.js_.html), and overlap calls collideHandler, which in turn calls collideSpriteVsGroup if object1 is a group and object2 is a sprite, but for that one specific case it passes the parameters to collideSpriteVsGroup in the order object2, object1 instead of object1, object2 like in all other cases.  Is this intentional?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...