summaryrefslogtreecommitdiff
path: root/src/effects/passthrough_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/passthrough_effect.h')
-rw-r--r--src/effects/passthrough_effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/passthrough_effect.h b/src/effects/passthrough_effect.h
index 285663f..9137b48 100644
--- a/src/effects/passthrough_effect.h
+++ b/src/effects/passthrough_effect.h
@@ -9,5 +9,6 @@ struct Passthrough : public WgslEffect {
const std::vector<std::string>& outputs, float start_time,
float end_time)
: WgslEffect(ctx, inputs, outputs, start_time, end_time,
- passthrough_shader_wgsl) {}
+ passthrough_shader_wgsl) {
+ }
};