summaryrefslogtreecommitdiff
path: root/src/effects/scene2_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/scene2_effect.h')
-rw-r--r--src/effects/scene2_effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/scene2_effect.h b/src/effects/scene2_effect.h
index 0e26fc3..1ede2e7 100644
--- a/src/effects/scene2_effect.h
+++ b/src/effects/scene2_effect.h
@@ -13,5 +13,6 @@ struct Scene2Effect : public WgslEffect {
float end_time)
: WgslEffect(ctx, inputs, outputs, start_time, end_time,
scene2_shader_wgsl, WGPULoadOp_Clear, {},
- WgslSamplerType::Nearest) {}
+ WgslSamplerType::Nearest) {
+ }
};