jsyang / gearvr-controller-webbluetooth

Gear VR controller web bluetooth demo
GNU General Public License v3.0
111 stars 39 forks source link

Fix for Chrome error #7

Closed shelbyKiraM closed 4 years ago

shelbyKiraM commented 4 years ago

Uncaught RangeErrorL byte length of Int32Array should be a multiple of 4 occurred when trying to slice buffer. 0 to 4 is 5 items. Insert something here about "off by one errors".

jsyang commented 4 years ago

Great catch, thanks for the PR. I'll merge this now.