diff options
Diffstat (limited to 'src/effects/gaussian_blur_effect.h')
| -rw-r--r-- | src/effects/gaussian_blur_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/gaussian_blur_effect.h b/src/effects/gaussian_blur_effect.h index 6c8d8a4..0fd3d4e 100644 --- a/src/effects/gaussian_blur_effect.h +++ b/src/effects/gaussian_blur_effect.h @@ -6,7 +6,7 @@ #include "gpu/uniform_helper.h" struct GaussianBlurParams { - float strength = 1.0f; + float strength = 8.0f; float strength_audio = 0.5f; float stretch = 1.0f; float _pad = 0.0f; |
