wizgrav / aframe-effects

A VR Ready Post processing framework for Three.js and/or A-Frame
https://wizgrav.github.io/aframe-effects
MIT License
208 stars 29 forks source link

Fixed typo in bloom component #3

Closed UXVirtual closed 7 years ago

UXVirtual commented 7 years ago

Incorrect usage of Array.length() in the remove() method of this component. Corrected this to be Array.length.

wizgrav commented 7 years ago

thanks!