Skip to content

Commit

Permalink
FIX: handle scriptIntrinsicBlur object
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Mar 22, 2018
1 parent eb54b23 commit fb0d507
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ private void generateShadow() {
output.copyTo(mShadow);
input.destroy();
output.destroy();
blur.destroy();
}
}

Expand Down

0 comments on commit fb0d507

Please sign in to comment.