hexus / phaser-arcade-slopes

:triangular_ruler: A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
MIT License
126 stars 16 forks source link

Fix the wasTouching flags #35

Closed hexus closed 7 years ago

hexus commented 7 years ago

It seems like the wasTouching flags don't propagate between updates correctly. They're always false.

Investigate and fix this.

hexus commented 7 years ago

Sorted. Caused by PR #19.