caseif / vis.js

Monstercat visualizer in Javascript and three.js.
GNU Lesser General Public License v2.1
83 stars 37 forks source link

Firefox 39 Uint8Array Error #1

Closed joaopms closed 9 years ago

joaopms commented 9 years ago

Using Firefox 39 (latest beta) the visualizer doesn't work, printing the following error to the console:

TypeError: invalid arguments (at vis.js:359:16)

Line in question

caseif commented 9 years ago

Seems to be a floating-point rounding error. Of course...

caseif commented 9 years ago

Fixed via b499318a.