cykod / Quintus

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

Bug in quintus_2d.js #60

Closed sven1977 closed 10 years ago

sven1977 commented 10 years ago

I think I found a bug in quintus_2d.js (line 213). I guess it should be:

     blockY <  this.p.rows) { 

instead of

     blockY <  this.p.cols) { 

Sven