cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

bug in quintus_sprites.js: line 297 #104

Closed sven1977 closed 10 years ago

sven1977 commented 10 years ago

Hi everyone, there is a bug in the Q._generateCollisionPoints() function on line 297. It should be:

c.origAngle === p.angle

not:

c.origScale === p.angle

Thanks and regards, Sven

cykod commented 10 years ago

Thanks - good catch.