rezoner / playground

Playground.js is a framework for your javascript based games. It gives you out-of-box access to essentials like mouse, keyboard, sound and well designed architecture that you can expand to your needs.
MIT License
459 stars 50 forks source link

Utils is not defined in pointerdown & mousedown #26

Closed Nielsticot closed 8 years ago

Nielsticot commented 8 years ago

Hi, when I'm using a mousedown or a pointerdown and I click multiple times in a short time, the console says "Uncaught ReferenceError: Utils is not defined" in playground.js:2368

rezoner commented 8 years ago

I've pushed an update. Could you confirm it's fixed?

Nielsticot commented 8 years ago

Yes it is, thank you !

rezoner commented 8 years ago

No problem :+1: