X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.cpp;h=ec61aeab784f8a9f8b3574a29e48141162b6b2f7;hp=90d1b68653b9af51c009c1fae48a7e007998da8d;hb=34f5f331bd3b643949ccbb0c3488af2823634d59;hpb=2463f8abd9662e08438e23e5c0d0f958ea4fe54e diff --git a/blur_effect.cpp b/blur_effect.cpp index 90d1b68..ec61aea 100644 --- a/blur_effect.cpp +++ b/blur_effect.cpp @@ -162,7 +162,7 @@ void SingleBlurPassEffect::set_gl_state(GLuint glsl_program_num, const std::stri float w2 = weight[base_pos + 1]; float offset, total_weight; - combine_two_samples(w1, w2, &offset, &total_weight); + combine_two_samples(w1, w2, &offset, &total_weight, NULL); float x = 0.0f, y = 0.0f;