phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
36.94k stars 7.08k forks source link

Phaser.Physics.Arcade.intersects() does not return a value #429

Closed bunnyhero closed 10 years ago

bunnyhero commented 10 years ago

Phaser.Physics.Arcade.intersects() is supposed to return a boolean. A result is calculated (and stored in result), but is never actually returned by the function. The return value is always undefined.

bunnyhero commented 10 years ago

Wrong branch