Letractively / cwebgl

Automatically exported from code.google.com/p/cwebgl
0 stars 0 forks source link

Opera TypedArray error #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At line 2794 Opera get an error:
block = new format(size);

Unhandled Error: Array constructor: length must be a 32-bit unsigned integer

Original issue reported on code.google.com by cwe...@cimaron.net on 17 Dec 2012 at 4:20

GoogleCodeExporter commented 9 years ago
Fixed trying to read BYTES_PER_ELEMENT from TypedArray instance instead of 
constructor.

Original comment by cwe...@cimaron.net on 17 Dec 2012 at 4:21