cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
8.98k stars 2.26k forks source link

Update GPUImageZoomBlurFilter.java #454

Closed iMJ007 closed 5 years ago

iMJ007 commented 5 years ago

Fixed blur not updating on changing blurSize by correcting an incorrect argument passed to the setFloat() method inside setBlurSize() method.

wasabeef commented 5 years ago

@iMJ007 Oh, Thank you.