crkellen / bands

A real-time online multiplayer CTF shooter game
GNU General Public License v3.0
5 stars 4 forks source link

IndexSizeError: Index or size is negative or greater than the allowed amount #50

Closed crkellen closed 7 years ago

crkellen commented 7 years ago

Happens when crossing over certain lines. xView of 1600 and probably yView of 960 Doesn't seem to break anything, but needs fixing.

crkellen commented 7 years ago

This issue is only present on Firefox. It's something within Game.js

crkellen commented 7 years ago

This happens on Firefox because it reports that sHeight is 0 in Map.draw(). This wont need to be fixed because once I add an actual image that covers the background, then the image width/height will never be reached by the player.