mikewesthad / phaser-matter-collision-plugin

A plugin for making it easier to manage collisions with Phaser 3 + Matter.js
MIT License
99 stars 8 forks source link

Fixed warn in addOnCollide() #2

Closed jvanroose closed 5 years ago

jvanroose commented 5 years ago

Fixed problem at line 185: Uncaught ReferenceError: warn is not defined

mikewesthad commented 5 years ago

👍 @jvanroose thanks for catching that!