summaryrefslogtreecommitdiff
path: root/src/gpu/effects/flash_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/flash_effect.h')
-rw-r--r--src/gpu/effects/flash_effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/effects/flash_effect.h b/src/gpu/effects/flash_effect.h
index 71815d5..d7a438b 100644
--- a/src/gpu/effects/flash_effect.h
+++ b/src/gpu/effects/flash_effect.h
@@ -40,5 +40,6 @@ class FlashEffect : public PostProcessEffect {
private:
FlashEffectParams params_;
UniformBuffer<FlashUniforms> uniforms_;
+ UniformBuffer<FlashEffectParams> params_buffer_;
float flash_intensity_ = 0.0f;
};